Skip to main content

CustomColumnSortEventArgs.Source Property

Gets the grid control that raised the event.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GridControl Source { get; }

Property Value

Type Description
GridControl

A GridControl object that raised the event.

See Also