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

HeadersData Class

Contains information about column headers.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public class HeadersData :
    ColumnsRowDataBase

The following members return HeadersData objects:

Remarks

To obtain the row headers’ data, use the DataViewBase.HeadersData property.

Inheritance

Object
DispatcherObject
DependencyObject
DataObjectBase
RowDataBase
DevExpress.Xpf.Grid.ColumnsRowDataBase
HeadersData
See Also