Skip to main content
All docs
V25.1
  • CustomUniqueValuesEventArgs.Source Property

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

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public DataControlBase Source { get; }

    Property Value

    Type Description
    DataControlBase

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

    See Also