ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1List Namespace / C1ListExtender Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1ListExtender)
    In This Topic
    A value indicates the selection mode of wijlist.
    Syntax
    'Declaration
     
    Public Property SelectionMode As SelectionMode
    public SelectionMode SelectionMode {get; set;}
    Remarks
    Options are "single" and "multiple". This option should not be set again after initialization.
    See Also