Spread for ASP.NET 7.0 Product Documentation
MutuallyExclusiveCheckBoxCellType Constructor(String)
See Also  Support Options
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MutuallyExclusiveCheckBoxCellType Class > MutuallyExclusiveCheckBoxCellType Constructor : MutuallyExclusiveCheckBoxCellType Constructor(String)


key
The key to associate mutually exclusive check boxes.

Glossary Item Box

Creates a new ASP.NET AJAX extender mutually exclusive check box cell.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String _
)
Visual Basic (Usage)Copy Code
Dim key As String
 
Dim instance As New MutuallyExclusiveCheckBoxCellType(key)
C# 
public MutuallyExclusiveCheckBoxCellType( 
   string key
)

Parameters

key
The key to associate mutually exclusive check boxes.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.