Skip to main content

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.v14.2.dll

#Declaration

public PopupFooterButtons? PopupFooterButtons { get; set; }

#Property Value

Type Description
Nullable<PopupFooterButtons>

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

See Also