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

CustomColumnDisplayTextEventArgs.Source Property

Gets the grid control that raised the event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.1.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