ColumnBase.HeaderCaption Property
In This Article
Gets the column header’s caption. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the column header’s caption. |
#Remarks
To specify the column’s caption displayed within its header, use the ColumnBase.Header content property.
See Also