Xceed Ultimate ListBox for Silverlight Documentation
GetFilteredFieldNames Method


The dependency object from which the property value is read.

Gets the value of the FilteredFieldNames attached property for the specified dependency object.Overload List
" -->Syntax
" --> 
Syntax
Public Shared Function GetFilteredFieldNames( _
   ByVal obj As DependencyObject _
) As FieldNameList
Dim obj As DependencyObject
Dim value As FieldNameList
 
value = SearchTextBox.GetFilteredFieldNames(obj)
public static FieldNameList GetFilteredFieldNames( 
   DependencyObject obj
)

Parameters

obj

The dependency object from which the property value is read.

Return Value

The FilteredFieldNames property value for the dependency object. By default, null.
Requirements

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

See Also

Reference

SearchTextBox Class
SearchTextBox Members

Send Feedback