KaxDateTimePickerTimePopupButton Property |
Gets the TimePopupButton instance of the KaxDateTimeView
control.
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 TimePopupButton TimePopupButton { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property TimePopupButton As TimePopupButton
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property TimePopupButton^ TimePopupButton {
TimePopupButton^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract TimePopupButton : TimePopupButton with get
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override TimePopupButton : TimePopupButton with get
Property Value
Type:
TimePopupButtonRemarks
You can use the object to customize the popup button's appearance and
behavior.
See Also