ASPxClientUtils.AddClassNameToElement(element, className) Method
In This Article
Adds the class name to the specified element on the page.
#Declaration
TypeScript
static AddClassNameToElement(
element: any,
className: string
): void
#Parameters
Name | Type | Description |
---|---|---|
element | any | An object that specifies the element. |
class |
string | A string value that specifies the class name. |
See Also