Skip to main content
A newer version of this page is available. .

TimeEdit.ShowPopup() Method

Displays the TimeEdit‘s pop-up window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(true)]
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