Skip to main content
All docs
V23.2

DateTimeOffsetEdit.GetPopupEditForm() Method

Allows you to access the editor drop-down menu. Returns nothing if this menu has not yet been opened. See the PopupBaseEdit.GetPopupEditForm() method for more information.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TouchPopupDateTimeOffsetEditForm GetPopupEditForm()

Returns

Type Description
DevExpress.XtraEditors.Popup.TouchPopupDateTimeOffsetEditForm

The editor drop-down menu.

See Also