Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.AllowMaximizeItems Property

Specifies whether users can maximize dashboard items.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool AllowMaximizeItems { get; set; }

Property Value

Type Description
Boolean

true to allow users to maximize dashboard items; otherwise, false.

See Also