GridTextColumn.PopupSettings Property
Gets or sets an object that defines the appearance and behavior of the column editor’s popup. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.UI.Xaml.Editors.PopupSettings | A DevExpress.UI.Xaml.Editors.PopupSettings object that defines the appearance and behavior of the column editor’s popup. |
Remarks
Use the Content property of the DevExpress.UI.Xaml.Editors.PopupSettings object to define popup content.
See Also