Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MutuallyExclusiveCheckBoxCellType Class / MutuallyExclusiveCheckBoxCellType Constructor / MutuallyExclusiveCheckBoxCellType Constructor(String)
The key to associate mutually exclusive check boxes.


In This Topic
    MutuallyExclusiveCheckBoxCellType Constructor(String)
    In This Topic
    Creates a new ASP.NET AJAX extender mutually exclusive check box cell.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As String _
    )
    'Usage
     
    
    Dim key As String
     
    Dim instance As New MutuallyExclusiveCheckBoxCellType(key)
    public MutuallyExclusiveCheckBoxCellType( 
       string key
    )

    Parameters

    key
    The key to associate mutually exclusive check boxes.
    See Also