LookUpEditStyleSettings.GetPopupFooterButtons(PopupBaseEdit) Method
Indicates which buttons are displayed within an editor’s popup.
Namespace: DevExpress.Xpf.Grid.LookUp
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
editor | PopupBaseEdit | A PopupBaseEdit descendant that is the dropdown editor. |
Returns
Type | Description |
---|---|
PopupFooterButtons | The PopupFooterButtons.None value. |
See Also