ASPxClientRibbon.GetMinimized Method
In This Article
Gets a value specifying whether the ribbon is minimized.
#Declaration
TypeScript
GetMinimized(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Use the GetMinimized method to get the ribbon minimization state on the client side. To set the state programmatically, use the ASPxClientRibbon.SetMinimized method.
On the server side, you can control the ribbon minimization state using the ASPxRibbon.Minimized property.
See Also