Skip to main content
A newer version of this page is available. .

ASPxClientComboBox.RemoveItemTextCellCssClass(itemIndex, textCellIndex, className) Method

Removes the CSS class from a combo box item’s text cell specified by its index.

Declaration

RemoveItemTextCellCssClass(
    itemIndex: number,
    textCellIndex: number,
    className: string
): void

Parameters

Name Type Description
itemIndex number

An integer value specifying the zero-based index of the item.

textCellIndex number

An integer value specifying the zero-based index of the item’s text cell.

className string

A string value specifying the CSS class name.

See Also