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

ASPxClientListBox.SetItemAttribute(index, attributeName, attributeValue) Method

Declaration

SetItemAttribute(
    index: number,
    attributeName: string,
    attributeValue: string
): void

Parameters

Name Type
index number
attributeName string
attributeValue string
See Also