ClassGridViewSearchPanel
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:
cs-api-definition
[SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "<Pending>")]
public class GridViewSearchPanel : Control
Inheritance: objectGridViewSearchPanel
Constructors
GridViewSearchPanel()
Initializes a new instance of the GridViewSearchPanel class.
Declaration
cs-api-definition
public GridViewSearchPanel()
Fields
CloseButtonVisibilityProperty
Identifies the CloseButtonVisibility dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty CloseButtonVisibilityProperty
Field Value
DependencyProperty
Properties
CloseButtonVisibility
Gets or sets a value corresponding to the panel's close button visibility.
Declaration
cs-api-definition
public Visibility CloseButtonVisibility { get; set; }
Property Value
Visibility
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e