ASP.NET Core MVC コントロールヘルプ
MaxLength メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : MaxLength メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell.
シンタックス
'宣言
 
Public Function MaxLength( _
   ByVal value As System.Nullable(Of Integer) _
) As TBuilder
public TBuilder MaxLength( 
   System.Nullable<int> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Set this property to null to allow entry of any number of characters.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ