Skip to main content
A newer version of this page is available. .

ColumnBase.HeaderCaption Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.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 ColumnBase.Header content property.

See Also