Skip to main content

CustomColumnDisplayTextEventArgs.Source Property

Gets the GridControl that raised this 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 GridControl that raised this event.

See Also