Xceed.Silverlight.Data.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace : SearchTextBox Class |
<TemplateVisualStateAttribute(Name="HasFilter", GroupName="FilterStates")> <TemplateVisualStateAttribute(GroupName="FilterStates", Name="NoFilter")> <TemplateVisualStateAttribute(GroupName="FilterStates", Name="TooComplex")> Public Class SearchTextBox Inherits WatermarkTextBox Implements IFilterExpressionProvider
Dim instance As SearchTextBox
[TemplateVisualStateAttribute(Name="HasFilter", GroupName="FilterStates")] [TemplateVisualStateAttribute(GroupName="FilterStates", Name="NoFilter")] [TemplateVisualStateAttribute(GroupName="FilterStates", Name="TooComplex")] public class SearchTextBox : WatermarkTextBox, IFilterExpressionProvider
<sllb:ListBox x:Name="sllbListBox" ItemsSource="{Binding Path=Customers}" ItemTemplate="{StaticResource itemTemplate}"> <sllb:SearchTextBox.FilteredFieldNames> <sllb:FieldNameList> <s:String>Country</s:String> </sllb:FieldNameList> </sllb:SearchTextBox.FilteredFieldNames> </sllb:ListBox>
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.TextBox
Xceed.Silverlight.Controls.AutoSelectTextBox
Xceed.Silverlight.Controls.WatermarkTextBox
Xceed.Silverlight.Controls.SearchTextBox
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2