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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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