BaseColumn.HeaderCaption Property
In This Article
Gets the column header's caption. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#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 BaseColumn.Header content property.
To learn more, see Column Header Settings.
See Also