Class
StringFilterEditor

StringFilterEditor.

Definition

Namespace:Telerik.Windows.Controls.Filtering.Editors

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class StringFilterEditor : Control

Inheritance: objectStringFilterEditor

Derived Classes: AutoCompleteStringFilterEditor

Constructors

StringFilterEditor()

Initializes a new instance of the StringFilterEditor class.

Declaration

cs-api-definition
public StringFilterEditor()

Fields

IsCaseSensitiveProperty

Identifies the IsCaseSensitive dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsCaseSensitiveProperty

Field Value

DependencyProperty

MatchCaseVisibilityProperty

Identifies the MatchCaseVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MatchCaseVisibilityProperty

Field Value

DependencyProperty

TextProperty

Identifies the Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

IsCaseSensitive

Gets or sets the is case sensitive.

Declaration

cs-api-definition
public bool IsCaseSensitive { get; set; }

Property Value

bool

The is case sensitive.

MatchCaseVisibility

Gets or sets the MatchCaseVisibility.

Declaration

cs-api-definition
public Visibility MatchCaseVisibility { get; set; }

Property Value

Visibility

The MatchCaseVisibility.

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text.

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations.

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnTextPropertyChanged(DependencyPropertyChangedEventArgs)

Occurs when the Text property changes.

Declaration

cs-api-definition
protected virtual void OnTextPropertyChanged(DependencyPropertyChangedEventArgs e)

Parameters

e

DependencyPropertyChangedEventArgs

The DependencyPropertyChangedEventArgs instance containing the event data.