Class DataGridGroupingPanel
Represents the view that is used to display the descriptors which a Rad
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridGroupingPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
DataGridGroupingPanel()
Initializes a new instance of the Data
Declaration
public DataGridGroupingPanel()
Fields
ActualHeaderTextProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderTextProperty
Field Value
Microsoft.
|
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
DataGridProperty
Identifies the Data
Declaration
public static readonly BindableProperty DataGridProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
RemoveCommandProperty
Identifies the Remove
Declaration
public static readonly BindableProperty RemoveCommandProperty
Field Value
Microsoft.
|
Properties
ActualHeaderText
Gets the actual header text that will be displayed.
The value of this property is the same as the Header
Declaration
public string ActualHeaderText { get; }
Property Value
System.
|
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
DataGrid
Gets or sets the corresponding Rad
Declaration
public RadDataGrid DataGrid { get; set; }
Property Value
HeaderText
Gets or sets the custom header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
RemoveCommand
Gets the command that removes an item from the corresponding Group
Declaration
public ICommand RemoveCommand { get; }
Property Value
System.
|