ASPxClientListBox.RemoveItemCssClass(index, className) Method
In This Article
Removes the CSS class from a list box item specified by its index.
#Declaration
TypeScript
RemoveItemCssClass(
index: number,
className: string
): void
#Parameters
Name | Type | Description |
---|---|---|
index | number | The item’s index. |
class |
string | A string value specifying the CSS class name. |
See Also