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

PopupFooterButtons Enum

Lists the values used to specify which buttons should be visible in a pop-up footer.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public enum PopupFooterButtons

Members

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 buttons acts in the same way as the Cancel button (closes the editor and discards changes).

Related API Members

The following properties accept/return PopupFooterButtons values:

Remarks

Values listed by the PopupFooterButtons enumeration are used to set the PopupBaseEdit.PopupFooterButtons and PopupBaseEditSettings.PopupFooterButtons properties.

See Also