Skip to main content
A newer version of this page is available. .

ASPxClientLayoutItem.GetVisible Method

Returns a value specifying whether a layout item is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true, if the layout item is visible; otherwise, false.

Remarks

Use the GetVisible method to obtain an item’s visibility state on the client. The initial client visibility state of a layout item can be defined using its server LayoutItemBase.ClientVisible property. Then, the item’s visibility can be dynamically changed on the client side using the ASPxClientLayoutItem.SetVisible method.

See Also