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

RibbonSettings.Minimized Property

Specifies the ribbon minimization state.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool Minimized { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the Minimized property to control the ribbon minimization state on the server side.

On the client side, you can access the ribbon minimization state using the ASPxClientRibbon.GetMinimized and ASPxClientRibbon.SetMinimized methods.

See Also