Skip to main content

GridSelectionChangedEventArgs.Source Property

Gets the 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
GridControl

The control that raised the event.

See Also