Skip to main content

RibbonSettings.Minimized Property

Specifies the ribbon minimization state.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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