FilterGroupSortChangingEventArgs.Source Property
In This Article
Gets the GridControl.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataControlBase Source { get; }
#Property Value
Type | Description |
---|---|
Data |
The Grid |
See Also