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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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