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

NuGet Package: DevExpress.Wpf.Grid.Core

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