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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateActualColumnChooserHeaderCaption")]
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