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

ASPxClientComboBox.SetItemTextCellAttribute(itemIndex, textCellIndex, attributeName, attributeValue) Method

Declaration

SetItemTextCellAttribute(
    itemIndex: number,
    textCellIndex: number,
    attributeName: string,
    attributeValue: string
): void

Parameters

Name Type
itemIndex number
textCellIndex number
attributeName string
attributeValue string
See Also