Class StringFilterEditor
Inheritance
System.Object
StringFilterEditor
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class StringFilterEditor : Control, IAutomationPeer, IPeerConverter, IStringFilterEditor, IControl, IFrameworkElement, ITargetElement
Constructors
StringFilterEditor()
Declaration
public StringFilterEditor()
Properties
MatchCase
StringFilterEditorTextBox
Explicit Interface Implementations
IStringFilterEditor.MatchCase
Declaration
IRadToggleButton IStringFilterEditor.MatchCase { get; }
Returns
IRadToggleButton
|
Implements
IStringFilterEditor.StringFilterEditorTextBox
Declaration
TextBox IStringFilterEditor.StringFilterEditorTextBox { get; }
Returns
TextBox
|