Skip to main content
A newer version of this page is available. .

ASPxClientFormBase.SetVisibleCore(element, isVisible) Method

Sets the visibility state of the specified form element.

Declaration

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