Spread for ASP.NET 11 Product Documentation
Editor Property (MutuallyExclusiveCheckBoxCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MutuallyExclusiveCheckBoxCellType Class : Editor Property
Gets or sets the editor (editing control) for the mutually exclusive check box cell.
Syntax
'Declaration
 
Public Overrides Property Editor As WebControl
'Usage
 
Dim instance As MutuallyExclusiveCheckBoxCellType
Dim value As WebControl
 
instance.Editor = value
 
value = instance.Editor
public override WebControl Editor {get; set;}

Property Value

WebControl object containing the editor control
See Also

Reference

MutuallyExclusiveCheckBoxCellType Class
MutuallyExclusiveCheckBoxCellType Members