This documentation is archived and is not being maintained.

TableRowsCollectionEditor.CanSelectMultipleInstances Method

Indicates whether multiple instances may be selected.

[Visual Basic]
Overrides Protected Function CanSelectMultipleInstances() As Boolean
[C#]
protected override bool CanSelectMultipleInstances();
[C++]
protected: bool CanSelectMultipleInstances();
[JScript]
protected override function CanSelectMultipleInstances() : Boolean;

Return Value

true if multiple items can be selected at once; otherwise, false. This implementation always returns false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

TableRowsCollectionEditor Class | TableRowsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace

Show: