New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:infoGridViewCellInfo

The cell info.

Returns:

bool

true if the cell is valid; otherwise, false.

Determines whether the specified GridViewCellInfo is valid.

C#
bool IsPublicCellValid(GridViewCellInfo info)
Parameters:infoGridViewCellInfo

The cell info.

Returns:

bool

true if the cell is valid; otherwise, false.