Spread for ASP.NET 12 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

Editor (editing control)
See Also

Reference

MutuallyExclusiveCheckBoxCellType Class
MutuallyExclusiveCheckBoxCellType Members