SelectionList.IsMultiSelect Egenskap

Definition

Returnerar true om SelectionList tillåter flera val. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Egenskapsvärde

true SelectionList om tillåter flera val, annars . false

Attribut

Kommentarer

Om du vill skapa en flervalsinställning SelectionListanger du dess SelectType egenskap till ListSelectType.MultiSelectListBox.

Gäller för

Se även