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

RibbonSettings.AllowMinimize Property

Gets or sets a value specifying whether the Ribbon extension can be minimized.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool AllowMinimize { get; set; }

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