Skip to main content

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

The item’s index.

textCellIndex number

The index of the item’s text cell.

className string

A string value specifying the CSS class name.

See Also