ICellInfoValidator
Interface
Interface that provides cell validation services.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid.Selection
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public interface ICellInfoValidator
Methods
Determines whether the specified VirtualGridCellInfo is valid.
C#
bool IsCellValid(VirtualGridCellInfo info)
The cell info.
Returns:true if the cell is valid; otherwise, false.
Determines whether the specified VirtualGridCellInfo is valid.
C#
bool IsPublicCellValid(VirtualGridCellInfo info)
The cell info.
Returns:true if the cell is valid; otherwise, false.