Xceed DataGrid for WPF v7.2 Documentation
Contains(String) Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfigurationCollection Class > Contains Method : Contains(String) Method
Try to find the StatCellConfiguration with the resultPropertyName in this StatCellConfigurationCollection. Returns true if found, false otherwise.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal resultPropertyName As String _
) As Boolean
'Usage
 
Dim instance As StatCellConfigurationCollection
Dim resultPropertyName As String
Dim value As Boolean
 
value = instance.Contains(resultPropertyName)
public bool Contains( 
   string resultPropertyName
)

Parameters

resultPropertyName

Return Value

Returns true if found, false otherwise.
Requirements

See Also

Reference

StatCellConfigurationCollection Class
StatCellConfigurationCollection Members
Overload List