Class DataGridSearchPanel
Represents the view shown at the top of the RadDataGrid that is used to display various search related views such as an entry for typing, a close button, and an options button.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridSearchPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
DataGridSearchPanel()
Initializes a new instance of the class.
Declaration
public DataGridSearchPanel()
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
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()