ASPxClientListEditItem Members
Represents the client-side equivalent of the ListEditItem object.Properties
| Name | Description |
|---|---|
| imageUrl | Gets the item’s associated image. |
| index | Gets the item’s index. |
| listEditBase | Gets an editor to which the current item belongs. |
| selected | Gets a value that indicates whether a list edit item is selected. |
| text | Gets the item’s display text. |
| value | Gets the item’s associated value. |
Methods
| Name | Description |
|---|---|
| GetColumnText(columnIndex) | Returns the list item’s value that corresponds to the specified column. |
See Also