ASPxClientRibbonItem.GetVisible Method
Returns a value specifying whether a ribbon item is displayed.
Declaration
GetVisible(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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