Skip to main content

BaseColumn.HeaderCaption Property

Gets the column header's caption. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public object HeaderCaption { get; }

#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