The view that is used inside the filter view of the RadDataGrid to display a list of distinct values. This view encapsulates the logic for selecting all or none of the values. In its default template, this view contains a check-box that denotes wheter all, none, or some, of the values are selected. Clicking on this check-box also selects or deselects all items.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridDistinctValuesFilterView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewDataGridDistinctValuesFilterView
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataGridDistinctValuesFilterView class.
public DataGridDistinctValuesFilterView()
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
public static readonly BindableProperty ControlTemplateProperty
DistinctValuesMaximumHeightProperty
BindableProperty
Identifies the DistinctValuesMaximumHeight property.
public static readonly BindableProperty DistinctValuesMaximumHeightProperty
DistinctValuesMinimumHeightProperty
BindableProperty
Identifies the DistinctValuesMinimumHeight property.
public static readonly BindableProperty DistinctValuesMinimumHeightProperty
DistinctValuesProperty
BindableProperty
Identifies the DistinctValues property.
public static readonly BindableProperty DistinctValuesProperty
SelectAllProperty
BindableProperty
Identifies the SelectAll property.
public static readonly BindableProperty SelectAllProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets the control template of this view.
public ControlTemplate ControlTemplate { get; set; }
Gets or sets the list of distinct values to be displayed.
public ObservableItemCollection<DistinctValueItem> DistinctValues { get; set; }
Gets or sets the desired maximum height of the distinct values ItemsControl.
public double DistinctValuesMaximumHeight { get; set; }
Gets or sets the desired minimum height of the distinct values ItemsControl.
public double DistinctValuesMinimumHeight { get; set; }