DataGridServicePanel
Class
Represents the view shown at the top of the RadDataGrid that is used to display various service related views such as the DataGridGroupingPanel.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridServicePanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderDataGridServicePanel
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataGridServicePanel class.
C#
public DataGridServicePanel()
Fields
DataGridProperty
BindableProperty
Identifies the DataGrid property.
C#
public static readonly BindableProperty DataGridProperty
Properties
Gets or sets the corresponding RadDataGrid.
C#
public RadDataGrid DataGrid { get; set; }