Class DataGridSearchPanel
Represents the view shown at the top of the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridSearchPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
DataGridSearchPanel()
Initializes a new instance of the class.
Declaration
public DataGridSearchPanel()
Fields
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.
|
Properties
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
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()