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