Skip to main content

TimeEdit.ShowPopup() Method

Displays the TimeEdit‘s pop-up window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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.

TimeEdit - TimeEditStyle TouchUI

See Also