[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.ComboBoxEditor

ComboBoxEditor Class

Represents an editor control for combo box cells.

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

Constructors

Name Description
ComboBoxEditor(string[])

Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list.

ComboBoxEditor(string[], string[])

Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list and with the specified values for the items.

Properties

Name Description
AutoPostBack

Gets or sets whether the component automatically posts back when clicked.

BackColor

Gets or sets the background color of the cell.

Items

Gets the items in the combo box as an array.

OnClientChanged

Gets or sets the client-side changed event properties.

UseValue

Gets or sets whether to use the value.

Values

Gets the values in the combo box as an array.

Methods

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

Creates a combo box editor control.