Skip to main content
All docs
V24.1

UniqueValuesArgs.FieldName Property

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.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