ClassDistinctValueItem
An item that is used when displaying distinct values in the DataGridDistinctValuesFilterView. This item carries information about the associated distinct value and whether or not it is selected, i.e. whether or not the distinct value should be included in the DataGridDistinctValuesFilterView.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DistinctValueItem : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDistinctValueItem
Implements:
Inherited Members
Constructors
DistinctValueItem()
Declaration
public DistinctValueItem()
Properties
IsSelected
Gets or sets a value indicating whether the item is selected, i.e. whether the associated distinct value should be added to the DataGridDistinctValuesFilterView when the DataGridFilterControlBase is constructing the filter descriptor.
Text
Gets or sets the user-friendly text of the value, i.e. the formatted value.