Class DataGridGroupingPanel
Represents the view that is used to display the descriptors which a RadDataGrid is grouped by.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridGroupingPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
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
Microsoft.Maui.Controls.BindableProperty
|
DataGridProperty
Identifies the DataGrid property.
Declaration
public static readonly BindableProperty DataGridProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RemoveCommandProperty
Identifies the RemoveCommand property.
Declaration
public static readonly BindableProperty RemoveCommandProperty
Field Value
Microsoft.Maui.Controls.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
public string ActualHeaderText { get; }
Property Value
System.String
|
DataGrid
Gets or sets the corresponding RadDataGrid.
Declaration
public RadDataGrid DataGrid { get; set; }
Property Value
RadDataGrid
|
HeaderText
Gets or sets the custom header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
RemoveCommand
Gets the command that removes an item from the corresponding GroupDescriptors collection.
Declaration
public ICommand RemoveCommand { get; }
Property Value
System.Windows.Input.ICommand
|