Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public TouchPopupDateTimeOffsetEditForm GetPopupEditForm()

    Returns

    Type Description
    DevExpress.XtraEditors.Popup.TouchPopupDateTimeOffsetEditForm

    The editor drop-down menu.

    See Also