ASPxClientLayoutItem.GetVisible Method
In This Article
Returns a value specifying whether a layout item is displayed.
#Declaration
TypeScript
GetVisible(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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