Skip to main content

CheckedComboBoxStyleSettings.GetPopupFooterButtons(PopupBaseEdit) Method

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#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.OkCancel value.

See Also