ColumnBase.Header Property
In This Article
Gets or sets the column header’s contents. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the column header’s contents. |
#Remarks
If the Header property isn’t specified, the column header’s caption is specified by the ColumnBase.FieldName property.
See Also