Skip to main content

HeaderRowData.DataControl Property

Gets the control that contains this Row Indicator Header.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public DataControlBase DataControl { get; }

Property Value

Type Description
DataControlBase

The control that contains this row indicator header.

See Also