[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.RadioButtonListEditor

RadioButtonListEditor Class

Represents an editor control for radio button list (multiple option) cells.

Inheritance
RadioButtonListEditor
Namespace: FarPoint.Web.Spread.Editor
Assembly: FarPoint.Web.Spread.dll
Syntax
public class RadioButtonListEditor : BaseEditor, IEditor3, IEditor2, IEditor
Public Class RadioButtonListEditor
    Inherits BaseEditor
    Implements IEditor3, IEditor2, IEditor

Constructors

Name Description
RadioButtonListEditor(string[])

Creates a new radio button list editor with the specified items in the radio button list.

RadioButtonListEditor(string[], string[])

Creates a new radio button list editor with the specified items
in the radio button list and with the specified values for the items.

Properties

Name Description
Items

Gets the items in the radio button list as an array.

OnClientClick

Handles client-side click.

RepeatDirection

Gets or sets the direction in which the list of options is displayed in the editor control.

Values

Gets the values in the radio button list as an array.

Methods

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

Creates a radio button list editor control.