ClassDataGridGroupingPanel
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
DataGridGroupingPanel()
Initializes a new instance of the DataGridGroupingPanel class.
Declaration
public DataGridGroupingPanel()
Fields
ActualHeaderTextProperty
Identifies the ActualHeaderText property.
Declaration
public static readonly BindableProperty ActualHeaderTextProperty
Field Value
BindableProperty
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
DataGridProperty
Identifies the DataGrid property.
Declaration
public static readonly BindableProperty DataGridProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
RemoveCommandProperty
Identifies the RemoveCommand property.
Declaration
public static readonly BindableProperty RemoveCommandProperty
Field Value
BindableProperty
Properties
ActualHeaderText
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.
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
DataGrid
Gets or sets the corresponding RadDataGrid.
HeaderText
Gets or sets the custom header text.
RemoveCommand
Gets the command that removes an item from the corresponding GroupDescriptors collection. The parameter of this command is of type GroupDescriptorBase.