Skip to main content

CustomColumnDisplayTextEventArgs.Source Property

Gets the grid control that raised the event.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridControl Source { get; }

Property Value

Type Description
GridControl

A GridControl object that raised the event.

See Also