GridViewSearchPanel
Class
Represents a control that visualizes a field giving the option to write and search in the items of RadGridView.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewSearchPanel : Control
Inheritance: objectGridViewSearchPanel
Constructors
Initializes a new instance of the GridViewSearchPanel class.
C#
public GridViewSearchPanel()
Fields
CloseButtonVisibilityProperty
DependencyProperty
Identifies the CloseButtonVisibility dependency property.
C#
public static readonly DependencyProperty CloseButtonVisibilityProperty
Properties
CloseButtonVisibility
Visibility
Gets or sets a value corresponding to the panel's close button visibility.
C#
public Visibility CloseButtonVisibility { get; set; }
Methods
C#
public override void OnApplyTemplate()