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 |
|
See Also