Xceed DataGrid for WPF v7.2 Documentation
IsValidCellType Method (MergedColumnManagerRow)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > MergedColumnManagerRow Class : IsValidCellType Method
A reference to the Cell whose type to verify.
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 MergedColumnManagerRow
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

true if the type of the cell is supported by the row; false otherwise. By default, all MergedColumnManagerCells will return true.
Requirements

Target Platforms: Windows 11, Windows, 10, 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

MergedColumnManagerRow Class
MergedColumnManagerRow Members
Base Implementation in IsValidCellType