Class DistinctValuesLoadingEventArgs
Event arguments used to intercept the loading of distinct values in the Rad
Inheritance
System.Object
DistinctValuesLoadingEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DistinctValuesLoadingEventArgs : EventArgs
Properties
Column
Gets the column for which distinct values are being loaded.
Declaration
public DataGridColumn Column { get; }
Property Value
DistinctValues
Gest or sets the list of values to be displayed in the Data
Declaration
public IEnumerable DistinctValues { get; set; }
Property Value
System.
|