Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatCellConfigurationCollection Class / Contains Method / Contains(String) Method


In This Topic
    Contains(String) Method
    In This Topic
    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