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

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

Declaration

public PopupSettings PopupSettings { get; set; }

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