[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType

MutuallyExclusiveCheckBoxCellType Class

Represents an ASP.NET AJAX extender mutually exclusive check box cell.

Inheritance
AjaxCellTypeBase<ExtenderControlBase>
MutuallyExclusiveCheckBoxCellType
Namespace: FarPoint.Web.Spread.Extender
Assembly: FarPoint.Web.Spread.Extender.dll
Syntax
public class MutuallyExclusiveCheckBoxCellType : ExtenderCellTypeBase, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class MutuallyExclusiveCheckBoxCellType
    Inherits ExtenderCellTypeBase
    Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback

Constructors

Name Description
MutuallyExclusiveCheckBoxCellType()

Creates a new ASP.NET AJAX extender mutually exclusive check box cell.

MutuallyExclusiveCheckBoxCellType(string)

Creates a new ASP.NET AJAX extender mutually exclusive check box cell.

Properties

Name Description
Editor

Gets or sets the editor (editing control) for the mutually exclusive check box cell.

Key

Gets or sets the key to associate mutually exclusive check boxes.

Text

Gets or sets the text of the mutually exclusive check box.

Methods

Name Description
DeserializeEditor(XmlNodeReader)

Loads the editor from XML.

GetEditorControl(string, TableCell, Appearance, Inset, object, bool)

Gets the control used to edit the mutually exclusive check box cell.

GetEditorValue(Control, string)

Gets the value from the editing control used for the mutually exclusive check box cell.

PaintCell(string, TableCell, Appearance, Inset, object, bool)

Paints the cell.

Parse(string)

When deriving a cell type based on this type, override this to change what gets parsed from the cell on the sheet and put in the data model.

SerializeEditor(XmlTextWriter)

Saves the editor to XML.