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