ColumnBase.ColumnChooserHeaderCaption Property
In This Article
Gets or sets the caption of the Column Chooser. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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