New to Telerik UI for .NET MAUIStart a free 30-day trial

Event arguments used to intercept the loading of distinct values in the RadDataGrid. Use the DistinctValues property to bypass the built-in logic of choosing which items to show in the DataGridDistinctValuesFilterView and their order.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DistinctValuesLoadingEventArgs : EventArgs

Inheritance: objectEventArgsDistinctValuesLoadingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the column for which distinct values are being loaded.

C#
public DataGridColumn Column { get; }

Gest or sets the list of values to be displayed in the DataGridDistinctValuesFilterView.

C#
public IEnumerable DistinctValues { get; set; }
In this article
DefinitionPropertiesColumnDistinctValues
Not finding the help you need?
Contact Support