Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public TouchPopupDateTimeOffsetEditForm GetPopupEditForm()

Returns

Type Description
DevExpress.XtraEditors.Popup.TouchPopupDateTimeOffsetEditForm

The editor drop-down menu.

See Also