Skip to main content

ColumnBase.Header Property

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

[DP(null, Handler = "OnHeaderChanged")]
public object Header { get; set; }

#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