ASPxClientUtils.RemoveClassNameFromElement(element, className) Method
In This Article
Removes the class name attribute from the element.
#Declaration
TypeScript
static RemoveClassNameFromElement(
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