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