Spread ASP.NET 6.0 Product Documentation
MutuallyExclusiveCheckBoxCellType Constructor(String)
See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.