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

ASPxDashboard.AllowMaximizeItems Property

Gets or sets whether end users can maximize dashboard items.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue(true)]
public bool AllowMaximizeItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow maximizing dashboard items; otherwise, false.

See Also