Skip to main content
A newer version of this page is available. .

CustomColumnSortEventArgs.Source Property

Gets the grid control that raised the event.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v20.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