Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / SelectFromListScene Class / AllowMultipleSelection Property

In This Topic
    AllowMultipleSelection Property (SelectFromListScene)
    In This Topic
    Gets or sets boolean value determining whether multiple selection is allowed.
    Syntax
    'Declaration
     
    
    Public Property AllowMultipleSelection As Boolean
    public bool AllowMultipleSelection {get; set;}

    Property Value

    The default value is true.
    See Also