New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class DataGridGroupingPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderDataGridGroupingPanel

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView...

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the DataGridGroupingPanel class.

C#
public DataGridGroupingPanel()

Fields

ActualHeaderTextProperty

BindableProperty

Identifies the ActualHeaderText property.

C#
public static readonly BindableProperty ActualHeaderTextProperty

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

DataGridProperty

BindableProperty

Identifies the DataGrid property.

C#
public static readonly BindableProperty DataGridProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

RemoveCommandProperty

BindableProperty

Identifies the RemoveCommand property.

C#
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.

C#
public string ActualHeaderText { get; }

ControlTemplate

ControlTemplate

Gets or sets the control template of this view.

C#
public ControlTemplate ControlTemplate { get; set; }

Gets or sets the corresponding RadDataGrid.

C#
public RadDataGrid DataGrid { get; set; }

Gets or sets the custom header text.

C#
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.

C#
public ICommand RemoveCommand { get; }