Skip to main content
All docs
V25.1
  • UniqueValuesArgs.FieldName Property

    Gets the field name for which the GridControl collects unique values.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public string FieldName { get; }

    Property Value

    Type Description
    String

    The field name for which the GridControl collects unique values.

    See Also