ASPxClientRibbon.GetMinimized Method
Gets a value specifying whether the ribbon is minimized.
Declaration
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