Click or drag to resize
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.Controls
Assembly: 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; }

Property Value

Type: CalendarPopupButton
See Also