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

PagedAsyncSource.GetUniqueValues Event

Allows getting unique values.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v19.1.dll

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
Filter Gets the GridControl‘s filtering. Inherited from GetUniqueValuesEventArgsBase.
PropertyName Gets the property name. Inherited from GetUniqueValuesEventArgsBase.
Result Gets or sets the result of the get unique values operation.

Remarks

Refer to the Add Filtering topic to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetUniqueValues event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also