Skip to main content

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