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

CustomUniqueValuesEventArgs.Source Property

Gets a control (GridControl or TreeListControl) that raised the event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public DataControlBase Source { get; }

Property Value

Type Description
DataControlBase

A control (GridControl or TreeListControl) that raised the event.

See Also