Skip to main content

InfiniteAsyncSource.GetUniqueValues Event

Allows you to get unique values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<GetUniqueValuesAsyncEventArgs> GetUniqueValues

Event Data

The GetUniqueValues event's data class is GetUniqueValuesAsyncEventArgs. The following properties provide information specific to this event:

Property Description
CancellationToken Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. Inherited from BaseAsyncArgs.
Filter Gets the GridControl‘s filter. Inherited from GetUniqueValuesEventArgsBase.
PropertyName Gets the field name. Inherited from GetUniqueValuesEventArgsBase.
Result
See Also