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