ASPxRibbon.Minimized Property
Specifies the ribbon minimization state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
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