Skip to main content

ASPxClientRibbonItem.GetVisible Method

Returns a value specifying whether a ribbon item is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

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

Remarks

Use the GetVisible method to obtain an item’s visibility state on the client side. To access the item visibility on the server side, use the RibbonItemBase.Visible property.

See Also