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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraEditors.Popup.TouchPopupDateTimeOffsetEditForm | The editor drop-down menu. |
See Also