Skip to main content

TotalSummaryRowData.DataContext Property

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 GridControl‘s data context.

See Also