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

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.v19.2.dll

Declaration

public string ValuesPropertyName { get; }

Property Value

Type Description
String

The currently processed column name.

See Also