Spread for ASP.NET 12 Product Documentation
Key Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MutuallyExclusiveCheckBoxCellType Class : Key Property
Gets or sets the key to associate mutually exclusive check boxes.
Syntax
'Declaration
 
Public Property Key As String
'Usage
 
Dim instance As MutuallyExclusiveCheckBoxCellType
Dim value As String
 
instance.Key = value
 
value = instance.Key
public string Key {get; set;}
Remarks
This property determines the unique key to use to associate checkboxes. This key does not respect INamingContainer renaming.
See Also

Reference

MutuallyExclusiveCheckBoxCellType Class
MutuallyExclusiveCheckBoxCellType Members