ClassStringFilterEditor
StringFilterEditor.
Definition
Namespace:Telerik.Windows.Controls.Filtering.Editors
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class StringFilterEditor : Control
Inheritance: objectStringFilterEditor
Derived Classes:
Constructors
StringFilterEditor()
Initializes a new instance of the StringFilterEditor class.
Declaration
public StringFilterEditor()
Fields
IsCaseSensitiveProperty
Identifies the IsCaseSensitive dependency property.
Declaration
public static readonly DependencyProperty IsCaseSensitiveProperty
Field Value
DependencyProperty
MatchCaseVisibilityProperty
Identifies the MatchCaseVisibility dependency property.
Declaration
public static readonly DependencyProperty MatchCaseVisibilityProperty
Field Value
DependencyProperty
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
DependencyProperty
Properties
IsCaseSensitive
Gets or sets the is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
The is case sensitive.
MatchCaseVisibility
Gets or sets the MatchCaseVisibility.
Declaration
public Visibility MatchCaseVisibility { get; set; }
Property Value
Visibility
The MatchCaseVisibility.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnTextPropertyChanged(DependencyPropertyChangedEventArgs)
Occurs when the Text property changes.
Declaration
protected virtual void OnTextPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
The DependencyPropertyChangedEventArgs instance containing the event data.