SelectionList.IsMultiSelect 속성

정의

여러 항목을 선택할 수 있는지 true 를 반환 SelectionList 합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property bool IsMultiSelect { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool IsMultiSelect { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsMultiSelect : bool
Public ReadOnly Property IsMultiSelect As Boolean

속성 값

여러 항목을 선택할 수 있으면 /&A,이고, 그렇지 않으면 .입니다.

특성

설명

다중 선택을 SelectionList만들려면 해당 SelectType 속성을 .로 ListSelectType.MultiSelectListBox설정합니다.

적용 대상

추가 정보