Skip to main content
Tag

ColumnBase.ActualColumnChooserHeaderCaption Property

Gets the column's caption when its header is displayed within the Column Chooser. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public object ActualColumnChooserHeaderCaption { get; }

#Property Value

Type Description
Object

An object that is the column's caption when its header is displayed within the Column Chooser.

#Remarks

If the column's ColumnBase.ShowInColumnChooser property is set to true, its header is displayed within the Column Chooser when the column is hidden. The default caption of the header displayed within the Column Chooser is returned by the column's BaseColumn.HeaderCaption property. If you don't want the default caption to be displayed, you can provide a custom caption by specifying the ColumnBase.ColumnChooserHeaderCaption property.

The ActualColumnChooserHeaderCaption property allows you to determine the column's actual caption when its header is displayed within the Column Chooser.

To learn more, see Column Header Settings.

See Also