Interface
ICellInfoValidator

Interface that provides cell validation services.

Definition

Namespace:Telerik.Windows.Controls.GridView.Selection

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface ICellInfoValidator

Methods

IsCellValid(GridViewCellInfo)

Determines whether the specified GridViewCellInfo is valid.

Declaration

cs-api-definition
bool IsCellValid(GridViewCellInfo info)

Parameters

info

GridViewCellInfo

The cell info.

Returns

bool

true if the cell is valid; otherwise, false.

IsPublicCellValid(GridViewCellInfo)

Determines whether the specified GridViewCellInfo is valid.

Declaration

cs-api-definition
bool IsPublicCellValid(GridViewCellInfo info)

Parameters

info

GridViewCellInfo

The cell info.

Returns

bool

true if the cell is valid; otherwise, false.