Skip to main content

DataControlDetailDescriptor.HeaderContent Property

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.v14.2.Core.dll

#Declaration

public object HeaderContent { get; }

#Property Value

Type Description
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