Class StringFilterEditor
StringFilterEditor.
Inheritance
Namespace: Telerik.Windows.Controls.Filtering.Editors
Assembly: Telerik.Windows.Controls.dll
Syntax
public class StringFilterEditor : Control
Constructors
StringFilterEditor()
Fields
IsCaseSensitiveProperty
Identifies the IsCaseSensitive dependency property.
Declaration
public static readonly DependencyProperty IsCaseSensitiveProperty
Field Value
System.Windows.DependencyProperty
|
MatchCaseVisibilityProperty
Identifies the MatchCaseVisibility dependency property.
Declaration
public static readonly DependencyProperty MatchCaseVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsCaseSensitive
Gets or sets the is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
System.Boolean
The is case sensitive. |
MatchCaseVisibility
Gets or sets the MatchCaseVisibility.
Declaration
public Visibility MatchCaseVisibility { get; set; }
Property Value
System.Windows.Visibility
The MatchCaseVisibility. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
OnTextPropertyChanged(DependencyPropertyChangedEventArgs)
Occurs when the Text property changes.
Declaration
protected virtual void OnTextPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |