CustomColumnSortEventArgs.Source Property
In This Article
Gets the grid control that raised the event.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public GridControl Source { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also