Represents the view that is used to display the descriptors which a RadDataGrid is grouped by.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridGroupingPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderDataGridGroupingPanel
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataGridGroupingPanel class.
public DataGridGroupingPanel()
Fields
ActualHeaderTextProperty
BindableProperty
Identifies the ActualHeaderText property.
public static readonly BindableProperty ActualHeaderTextProperty
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
public static readonly BindableProperty ControlTemplateProperty
DataGridProperty
BindableProperty
Identifies the DataGrid property.
public static readonly BindableProperty DataGridProperty
HeaderTextProperty
BindableProperty
Identifies the HeaderText property.
public static readonly BindableProperty HeaderTextProperty
RemoveCommandProperty
BindableProperty
Identifies the RemoveCommand property.
public static readonly BindableProperty RemoveCommandProperty
Properties
Gets the actual header text that will be displayed. The value of this property is the same as the HeaderText if it was set, otherwise it is automatically determined based on the number of group descriptors.
public string ActualHeaderText { get; }
ControlTemplate
ControlTemplate
Gets or sets the control template of this view.
public ControlTemplate ControlTemplate { get; set; }
Gets or sets the corresponding RadDataGrid.
public RadDataGrid DataGrid { get; set; }
Gets or sets the custom header text.
public string HeaderText { get; set; }
Gets the command that removes an item from the corresponding GroupDescriptors collection. The parameter of this command is of type GroupDescriptorBase.
public ICommand RemoveCommand { get; }