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 GridViewCellInfo is valid.
Declaration
bool IsCellValid(GridViewCellInfo info)
Parameters
GridViewCellInfo
info
The cell info. |
Returns
System.Boolean
|
IsPublicCellValid(GridViewCellInfo)
Determines whether the specified GridViewCellInfo is valid.
Declaration
bool IsPublicCellValid(GridViewCellInfo info)
Parameters
GridViewCellInfo
info
The cell info. |
Returns
System.Boolean
|