CustomUniqueValuesEventArgs Properties
Contains data for the CustomUniqueValues event.
Name | Description |
---|---|
Async |
|
Column |
Gets a column for which the Grid |
Filter | Gets the current filter. |
Handled | Gets or sets whether to populate the drop-down filter with the specified unique values. |
Include |
Gets whether the drop-down filter displays all column values even if they are filtered out. |
Round |
Gets whether to ignore time values when you use the drop-down filter to filter by Date |
Source | Gets the control that raised the event. |
Unique |
Gets or sets unique values. |
Unique |
Gets or sets unique values and their counts. |
Unique |
Gets or sets a task that allows you to asynchronously return unique values and their counts. |
Unique |
Gets or sets a task that allows you to asynchronously return unique values. |
See Also