Skip to main content

CustomColumnDisplayTextEventArgs.Source Property

Gets the grid control that raised the event.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridControl Source { get; }

#Property Value

Type Description
GridControl

A GridControl object that raised the event.

See Also