Skip to main content
Tab

ASPxRibbon.Minimized Property

Specifies the ribbon minimization state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Minimized { get; set; }

Property Value

Type Default Description
Boolean false

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