SelectionList.IsMultiSelect Propriété

Définition

Retourne true si SelectionList autorise plusieurs sélections. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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

Valeur de propriété

true si SelectionList prend en charge les sélections multiples ; sinon, false.

Attributs

Remarques

Pour créer une sélection SelectionListmultiple , définissez sa SelectType propriété sur ListSelectType.MultiSelectListBox.

S’applique à

Voir aussi