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.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridServicePanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderDataGridServicePanel

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

DataGridServicePanel()

Initializes a new instance of the DataGridServicePanel class.

Declaration

cs-api-definition
public DataGridServicePanel()

Fields

DataGridProperty

Identifies the DataGrid property.

Declaration

cs-api-definition
public static readonly BindableProperty DataGridProperty

Field Value

BindableProperty

Properties

DataGrid

Gets or sets the corresponding RadDataGrid.

Declaration

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

Property Value

RadDataGrid