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. |
is |
boolean |
|
See Also