Skip to main content

VirtualServerModeGetUniqueValuesEventArgs.ValuesPropertyName Property

Gets the currently processed column name (field name), provided that this name can be unambiguously identified.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string ValuesPropertyName { get; }

Property Value

Type Description
String

The currently processed column name.

See Also