Search
Theme.SelectionAllowMultiple Property
See Also
 






Gets whether the multiple selection is allowed.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract State SelectionAllowMultiple { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property SelectionAllowMultiple As State

 Property Value

A member of the State enumeration.

 See Also