Overrides the base class member to disable the setter. To specify header content for a detail grid, use the detail Grid View's DataViewBase.DetailHeaderContent property instead.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public object HeaderContent { get; }
|
VB |
Public ReadOnly Property HeaderContent As Object
|
Property value
Type: Object
An object representing the header section's content.

Remarks
To specify header content for details represented by a GridControl, use the DataViewBase.DetailHeaderContent property instead.

See Also