Back to Devexpress

RowEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-roweventargs-43d521f2.md

latest1.0 KB
Original Source

RowEventArgs.Source Property

Gets the View that raised the event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
GridViewBase

A DataViewBase descendant that is the view that raised the event.

|

See Also

RowEventArgs Class

RowEventArgs Members

DevExpress.Xpf.Grid Namespace