HeaderRowData.DataContext Property
In This Article
Gets the GridControl‘s data context.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(null, Handler = "$() => RaisePropertyChanged(DataContextArgs)")]
public object DataContext { get; }
#Property Value
Type | Description |
---|---|
Object | The Grid |
See Also