Skip to main content

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.

className string

A string value that specifies the class name.

See Also