UniqueValuesArgs Properties
Populates the command bound to the DataControlBase.CustomUniqueValuesCommand property with data.Name | Description |
---|---|
FieldName | Gets the field name for which the GridControl collects unique values. |
Filter | Gets the current filter. |
IncludeFilteredOut | Gets whether the GridControl displays a drop-down filter’s values (including filtered out values). |
RoundDateTime | Gets whether to ignore time values when you filter by DateTime values. |
UniqueValues | Gets or sets unique values. |
UniqueValuesAndCounts | Gets or sets unique values and the number of values. |
UniqueValuesAndCountsAsync | Gets or sets a task that allows you to asynchronously return unique values and the number of values. |
UniqueValuesAsync | Gets or sets a task that allows you to asynchronously return unique values. |
See Also