RibbonSettings.AllowMinimize Property
Gets or sets a value specifying whether the Ribbon extension can be minimized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to allow ribbon minimization; otherwise, false. |
Remarks
The Ribbon extension can be minimized by an end-user using the minimize button, or programmatically using the ASPxClientRibbon.SetMinimized method. Set the AllowMinimize property to false, to prohibit ribbon minimization. In this case, the minimize button is not displayed.
See Also