VirtualServerModeGetUniqueValuesEventArgs Properties
Provides data for the VirtualServerModeSource.GetUniqueValues event.Name | Description |
---|---|
CancellationToken | Gets a token that allows you to respond to a task cancellation request invoked by the grid control. |
FilterExpression | Gets the filter expression applied to the grid. |
MaxCount | Gets the maximum number of filter values to return. |
UniqueValuesTask | Gets or sets the task that returns requested values. |
ValuesExpression | Gets or sets the expression that identifies the currently processed column. This can be a field name or an expression (for calculated columns). |
ValuesPropertyName | Gets the currently processed column name (field name), provided that this name can be unambiguously identified. |
See Also