A newer version of this page is available.
Switch to the current version.
DataViewBase.HeadersData Property
Gets the information about column headers.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public HeadersData HeadersData { get; }
Public ReadOnly Property HeadersData As HeadersData
Property Value
Type | Description |
---|---|
HeadersData | A HeadersData object that contains information about column headers. |
See Also
Feedback