ISupportUnboundMode Interface Members
In This Topic
The following tables list the members exposed by ISupportUnboundMode.
Public Properties
| Name | Description |
| AddItemSeparator | Gets or sets a value that determines the separation string for columns for unbound mode. |
Top
Public Methods
| Name | Description |
| AddColumnHeaders | Adds column headers to the view in unbound mode. |
| AddItem | Adds a new item to the end of view in the unbound mode. |
| ClearItems | Removes all items in unbound mode. |
| InsertItem | Inserts a new item at the specified index position of view in the unbound mode. |
| RemoveItem | Removes the item at the specified position in unbound mode. |
| SetItemData | Updates cell data for unbound mode. |
Top
See Also