Skip to main content

GridColumnDataEventArgs.Source Property

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

A GridControl object that raised the event.

See Also