[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.ISupportUnboundMode

ISupportUnboundMode Interface

Specifies that this object supports an unbound mode.

Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.8.dll
Syntax
public interface ISupportUnboundMode

Properties

Name Description
AddItemSeparator

Gets or sets a value that determines the separation string for columns for unbound mode.

Methods

Name Description
AddColumnHeaders(string)

Adds column headers to the view in unbound mode.

AddItem(string)

Adds a new item to the end of view in the unbound mode.

ClearItems()

Removes all items in unbound mode.

InsertItem(string, int)

Inserts a new item at the specified index position of view in the unbound mode.

RemoveItem(int)

Removes the item at the specified position in unbound mode.

SetItemData(int, int, string)

Updates cell data for unbound mode.