Skip to main content
A newer version of this page is available. .

DateEditNavigatorWithTimePickerStyleSettings.GetPopupFooterButtons(PopupBaseEdit) Method

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.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

The PopupFooterButtons value.

See Also