Skip to main content

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.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 drop-down.

See Also