Xceed DataGrid for Silverlight Documentation
Contains(String) Method


The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.
Determines whether a statistical function with the specified result property name is contained in the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal resultPropertyName As String _
) As Boolean
'Usage
 
Dim instance As StatFunctionCollection
Dim resultPropertyName As String
Dim value As Boolean
 
value = instance.Contains(resultPropertyName)
public bool Contains( 
   string resultPropertyName
)

Parameters

resultPropertyName
The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.

Return Value

true if the statistical function with the specified result property name is contained in the collection; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatFunctionCollection Class
StatFunctionCollection Members
Overload List

Send Feedback