BaseColumn.Header Property
In This Article
Gets or sets the column header's contents. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#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 BaseColumn.HeaderCaption property.
See Also