Infragistics(R) NetAdvantage(R) Windows Forms
IsMultiSelect Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > SelectionStrategyBase Class : IsMultiSelect Property

Returns true if multiple items can be selected at one time

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsMultiSelect As Boolean
C# 
public virtual bool IsMultiSelect {get;}

See Also