Share via


FormGroupControl.visible Method

Gets or sets a Boolean data type that displays or hides a form group control.

Syntax

public boolean visible([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that displays or hides a form group control; optional.

Return Value

Type: boolean
true if the form group control is displayed; otherwise, false.

See Also

Reference

FormGroupControl Class