Skip to main content

RowEventArgs.Source Property

Gets the grid that raised the event.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public GridControlBase Source { get; }

#Property Value

Type Description
GridControlBase

A GridControlBase descendant that is the grid that raised the event.

See Also