ASP.NET Core MVC コントロールヘルプ
ItemValidator メソッド (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ItemValidator メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ItemValidator. Sets a validator function to determine whether cells contain valid data.
シンタックス
'宣言
 
Public Overridable Function ItemValidator( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder ItemValidator( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If specified, the validator function should take two parameters containing the cell's row and column indices, and should return a string containing the error description. This property is especially useful when dealing with unbound grids, since bound grids can be validated using the C1.Web.Mvc.BaseCollectionViewService<T>.GetError property instead.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ