Back to Devexpress

CustomColumnSortEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumnsorteventargs.md

latest1.1 KB
Original Source

CustomColumnSortEventArgs.Source Property

Gets the grid control that raised the event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
GridControl

A GridControl object that raised the event.

|

See Also

CustomColumnSortEventArgs Class

CustomColumnSortEventArgs Members

DevExpress.Xpf.Grid Namespace