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