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