DateTimeOffsetEdit.ShowPopup() Method
Attempts to open the editor drop-down menu. The editor first fires the DateTimeOffsetEdit.QueryPopUp event. If the QueryPopUp event was not canceled, the DateTimeOffsetEdit.Popup event occurs and the editor opens its drop-down menu.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override void ShowPopup()
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Sub ShowPopup
See Also
Feedback