Interface ICellInfoValidator
Interface that provides cell validation services.
Namespace: Telerik.Windows.Controls.VirtualGrid.Selection
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public interface ICellInfoValidator
Methods
IsCellValid(VirtualGridCellInfo)
Determines whether the specified Virtual
Declaration
bool IsCellValid(VirtualGridCellInfo info)
Parameters
Virtual The cell info. |
Returns
System.
|
IsPublicCellValid(VirtualGridCellInfo)
Determines whether the specified Virtual
Declaration
bool IsPublicCellValid(VirtualGridCellInfo info)
Parameters
Virtual The cell info. |
Returns
System.
|