Skip to main content

ASPxClientRibbon.SetMinimized(minimized) Method

Specifies whether the ribbon is minimized.

Declaration

SetMinimized(
    minimized: boolean
): void

Parameters

Name Type Description
minimized boolean

true to set the ribbon state to minimized; false to set the ribbon state to normal.

Remarks

Use the SetMinimized method to programmatically set the ribbon minimization state on the client side. To get the state, use the ASPxClientRibbon.GetMinimized method.

Note that the SetMinimized method call does not raise the ASPxClientRibbon.MinimizationStateChanged event.

On the server side, you can control the ribbon minimization state using the ASPxRibbon.Minimized property.

See Also