TimeEdit.ShowPopup() Method
Displays the TimeEdit‘s pop-up window.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override void ShowPopup()
Remarks
To allow end-users to modify the TimeEdit value via a touch-friendly pop-up window, set the RepositoryItemTimeEdit.TimeEditStyle property to TimeEditStyle.TouchUI.
See Also