Back to Devexpress

GridColumnDataEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcolumndataeventargs.md

latest1.0 KB
Original Source

GridColumnDataEventArgs.Source Property

Gets the grid control that raised the event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridControl Source { get; }
vb
Public ReadOnly Property Source As GridControl

Property Value

TypeDescription
GridControl

A GridControl object that raised the event.

|

See Also

GridColumnDataEventArgs Class

GridColumnDataEventArgs Members

DevExpress.Xpf.Grid Namespace