CustomizeTemplatedItemEventArgs Properties
Contains data for the BaseListBoxControl.CustomizeItem event.
Name | Description |
---|---|
Data |
Gets the current item’s underlying data object. For a bound List |
Html |
Returns the Html |
Index |
Gets the current item’s visual position. For a bound List |
Templated |
Gets the template used to render the current item. Customize this template when handling the Base |
Value | Gets the item’s value. |
See Also