[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.ListBoxEditor

ListBoxEditor Class

Represents an editor control for list box cells.

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

Constructors

Name Description
ListBoxEditor(string[])

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

ListBoxEditor(string[], string[])

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

Properties

Name Description
Items

Gets the items in the list box as an array.

Rows

Gets or sets the number of rows in the editor control for the list box cell.

Values

Gets the values in the list box as an array.

Methods

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

Creates a list box editor control.