DashboardBuilder.AllowMaximizeItems(Boolean) Method
In This Article
Specifies whether end users can maximize dashboard items.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder AllowMaximizeItems(
bool allowMaximizeItems
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Boolean | true, to allow maximizing dashboard items; otherwise, false. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also