New to Telerik UI for WPFStart a free 30-day trial

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

Identifies the CloseButtonVisibility dependency property.

C#
public static readonly DependencyProperty CloseButtonVisibilityProperty

Properties

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()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs