[Root] / Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatRow Class / IsValidCellType Method
A reference to the Cell whose type to verify


In This Topic
    IsValidCellType Method (StatRow)
    In This Topic
    Retrieves a value indicating whether the type of the specified cell is supported by the row.
    Syntax
    'Declaration
     
    Protected Overrides Function IsValidCellType( _
       ByVal cell As Cell _
    ) As Boolean
    'Usage
     
    Dim instance As StatRow
    Dim cell As Cell
    Dim value As Boolean
     
    value = instance.IsValidCellType(cell)
    protected override bool IsValidCellType( 
       Cell cell
    )

    Parameters

    cell
    A reference to the Cell whose type to verify

    Return Value

    Classes that override this method should return true if the type of the cell is supported by the row; false otherwise.
    Supported Frameworks

    See Also