Skip to main content
All docs
V25.1
  • DateEditTimePickerStyleSettings.GetPopupFooterButtons(PopupBaseEdit) Method

    Indicates which buttons are displayed within an editor’s popup.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public override PopupFooterButtons GetPopupFooterButtons(
        PopupBaseEdit editor
    )

    Parameters

    Name Type Description
    editor PopupBaseEdit

    A PopupBaseEdit descendant that is the dropdown editor.

    Returns

    Type Description
    PopupFooterButtons

    One of the PopupFooterButtons enumeration values.

    See Also