ASP.NET Core MVC コントロールヘルプ
MaxSelectedItems プロパティ (MultiAutoComplete<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > MultiAutoComplete<T> クラス : MaxSelectedItems プロパティ
Gets or sets the maximum number of items that can be selected.
シンタックス
'宣言
 
Public Property MaxSelectedItems As System.Nullable(Of Integer)
public System.Nullable<int> MaxSelectedItems {get; set;}
解説
Setting this property to null (the default value) allows users to pick any number of items.
参照

MultiAutoComplete<T> クラス
MultiAutoComplete<T> メンバ