Skip to main content

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.v23.2.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