Class FieldFilterControl
This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
FieldFilterControl
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class FieldFilterControl : Control
Constructors
FieldFilterControl()
Properties
Column
Gets or sets the column this control will service.
Declaration
public GridViewColumn Column { get; set; }
Property Value
GridViewColumn
The column this control will service.. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|