KaxDatePickerDatePopupButton Property |
Gets the DatePopupButton instance of the datepicker control.
You can use the object to customize the popup button's appearance and behavior.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual CalendarPopupButton DatePopupButton { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property DatePopupButton As CalendarPopupButton
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property CalendarPopupButton^ DatePopupButton {
CalendarPopupButton^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract DatePopupButton : CalendarPopupButton with get
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override DatePopupButton : CalendarPopupButton with get
Property Value
Type:
CalendarPopupButtonSee Also