ColumnBase.Header Property
In This Article
Gets or sets the column header’s contents. 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 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. To obtain the column’s actual caption, use the ColumnBase.HeaderCaption property.
See Also