Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PopupBaseEdit.PopupFooterButtons Property

Gets or sets which buttons are displayed within the editor’s dropdown. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

#Property Value

Type Description
Nullable<PopupFooterButtons>

A PopupFooterButtons enumeration value that specifies which buttons are displayed within the editor’s dropdown.

Available values:

Name Description
None

There are no buttons in a pop-up’s footer.

OkCancel

A pop-up’s footer displayes two buttons:

The OK button that closes the editor and applies changes to the editor’s value;

The Cancel button that also closes the editor and discards all changes.

Close

There is only the Close button in a pop-up’s footer. This button acts in the same way as the Cancel button (closes the editor and discards changes).

See Also