Skip to main content

ASPxClientFormBase.SetVisibleCore(element, isVisible) Method

In This Article

Sets the visibility state of the specified form element.

#Declaration

TypeScript
SetVisibleCore(
    element: any,
    isVisible: boolean
): void

#Parameters

Name Type Description
element any

An object specifying the element whose visibility state should be changed.

isVisible boolean

true to display the element; false to hide the element.

See Also