ClassDataGridSearchPanel
Class
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.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataGridSearchPanel : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadBorderDataGridSearchPanel
Implements:
Inherited Members
Constructors
DataGridSearchPanel()
Initializes a new instance of the class.
Declaration
cs-api-definition
public DataGridSearchPanel()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
cs-api-definition
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
DataGridProperty
Identifies the DataGrid property.
Declaration
cs-api-definition
public static readonly BindableProperty DataGridProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets the control template of this view.
Declaration
cs-api-definition
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
DataGrid
Gets or sets the corresponding RadDataGrid.
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()