Skip to main content

HeadersData Class

Contains information about column headers.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public class HeadersData :
    ColumnsRowDataBase

#Returned By

The DataViewBase.HeadersData property returns an instance of HeadersData.

#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