Share via


FormGroupControl.hideIfEmpty Method

Sets or gets a Boolean value that indicates whether a form group control is visible when the controls in the group are not visible.

Syntax

public boolean hideIfEmpty([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether a form group control is visible; optional.

Return Value

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

See Also

Reference

FormGroupControl Class