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