ASP.NET Core MVC コントロールヘルプ
MaxLength プロパティ (ColumnBase)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ColumnBase クラス : MaxLength プロパティ
Gets or sets the maximum number of characters that the can be entered into the cell.
シンタックス
'宣言
 
Public Property MaxLength As System.Nullable(Of Integer)
public System.Nullable<int> MaxLength {get; set;}
解説
Set this property to null to allow entry of any number of characters.
参照

ColumnBase クラス
ColumnBase メンバ