Skip to main content

DashboardBuilder.AllowMaximizeItems(Boolean) Method

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
allowMaximizeItems Boolean

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

#Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also