Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.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