'宣言
Public Overridable Property ItemValidator As System.String
public virtual System.string ItemValidator {get; set;}
解説
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 BaseCollectionViewService<T>.GetError property instead.