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

ASPxClientComboBox.RemoveItemCssClass(index, className) Method

Removes the CSS class from a combo box item specified by its index.

Declaration

RemoveItemCssClass(
    index: number,
    className: string
): void

Parameters

Name Type Description
index number

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

className string

A string value specifying the CSS class name.

See Also