

'Declaration<TemplateVisualStateAttribute(GroupName="FilterStates", Name="NoFilter")> <LocalizabilityAttribute(LocalizationCategory.Text)> <ContentPropertyAttribute("Text")> <TemplatePartAttribute(Name="PART_ContentHost", Type=System.Windows.FrameworkElement)> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class SearchTextBox Inherits Xceed.Wpf.Toolkit.WatermarkTextBox Implements IFilterExpressionProvider
'UsageDim instance As SearchTextBox
[TemplateVisualState(GroupName="FilterStates", Name="NoFilter")] [Localizability(LocalizationCategory.Text)] [ContentProperty("Text")] [TemplatePart(Name="PART_ContentHost", Type=System.Windows.FrameworkElement)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class SearchTextBox : Xceed.Wpf.Toolkit.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.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.Primitives.TextBoxBase
System.Windows.Controls.TextBox
Xceed.Wpf.Toolkit.AutoSelectTextBox
Xceed.Wpf.Toolkit.WatermarkTextBox
Xceed.Wpf.Controls.SearchTextBox
| Name | Description | |
|---|---|---|
![]() | SearchTextBox Constructor | Initializes a new instance of the SearchTextBox class. |
| Name | Description | |
|---|---|---|
![]() ![]() | FilteredFieldNamesProperty | Identifies the FilteredFieldNames dependency property. |
![]() ![]() | FilterExpressionProperty | Identifies the FilterExpression dependency property. |
![]() ![]() | IsCaseSensitiveProperty | |
![]() ![]() | SearchValueDelimitersProperty | Identifies the SearchValueDelimiters dependency property. |
![]() ![]() | TooComplexTextProperty | Identifies the TooComplexText dependency property. |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.