DataViewBase.HeadersData Property
In This Article
Gets the information about column headers.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public HeadersData HeadersData { get; }
#Property Value
Type | Description |
---|---|
Headers |
A Headers |
See Also