Class
DataGridGroupingPanel

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:

cs-api-definition
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

DataGridGroupingPanel()

Initializes a new instance of the DataGridGroupingPanel class.

Declaration

cs-api-definition
public DataGridGroupingPanel()

Fields

ActualHeaderTextProperty

Identifies the ActualHeaderText property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualHeaderTextProperty

Field Value

BindableProperty

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

DataGridProperty

Identifies the DataGrid property.

Declaration

cs-api-definition
public static readonly BindableProperty DataGridProperty

Field Value

BindableProperty

HeaderTextProperty

Identifies the HeaderText property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderTextProperty

Field Value

BindableProperty

RemoveCommandProperty

Identifies the RemoveCommand property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public string ActualHeaderText { get; }

Property Value

string

ControlTemplate

Gets or sets the control template of this view.

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

DataGrid

Gets or sets the corresponding RadDataGrid.

Declaration

cs-api-definition
public RadDataGrid DataGrid { get; set; }

Property Value

RadDataGrid

HeaderText

Gets or sets the custom header text.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string

RemoveCommand

Gets the command that removes an item from the corresponding GroupDescriptors collection. The parameter of this command is of type GroupDescriptorBase.

Declaration

cs-api-definition
public ICommand RemoveCommand { get; }

Property Value

ICommand