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

ColumnBase.ColumnChooserHeaderCaption Property

Gets or sets the caption of the Column Chooser. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

[TypeConverter(typeof(ObjectConverter))]
[XtraSerializableProperty]
public object ColumnChooserHeaderCaption { get; set; }

Property Value

Type Description
Object

An object that represents the caption shown at the top of the Column Chooser.

See Also