[]
Specifies that this object supports an unbound mode.
public interface ISupportUnboundMode
| Name | Description |
|---|---|
| AddItemSeparator | Gets or sets a value that determines the separation string for columns for unbound mode. |
| 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. |