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