Back to Devexpress

PopupBaseEditSettings.PopupFooterButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-popupbaseeditsettings.md

latest1.9 KB
Original Source

PopupBaseEditSettings.PopupFooterButtons Property

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

Namespace : DevExpress.Xpf.Editors.Settings

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PopupFooterButtons? PopupFooterButtons { get; set; }
vb
Public Property PopupFooterButtons As PopupFooterButtons?

Property Value

TypeDescription
Nullable<PopupFooterButtons>

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

|

Available values:

NameDescription
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

PopupBaseEditSettings Class

PopupBaseEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace