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