Skip to main content
A newer version of this page is available. .

ASPxClientRibbon.GetMinimized Method

Gets a value specifying whether the ribbon is minimized.

Declaration

GetMinimized(): boolean

Returns

Type Description
boolean

true if the ribbon is minimized or temporarily shown; false if the ribbon state is set to normal.

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