Back to Devexpress

DashboardBuilder.AllowMaximizeItems(Boolean) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-allowmaximizeitems-x28-system-dot-boolean-x29.md

latest1.5 KB
Original Source

DashboardBuilder.AllowMaximizeItems(Boolean) Method

Specifies whether end users can maximize dashboard items.

Namespace : DevExpress.DashboardAspNetCore

Assembly : DevExpress.Dashboard.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder AllowMaximizeItems(
    bool allowMaximizeItems
)
vb
Public Function AllowMaximizeItems(
    allowMaximizeItems As Boolean
) As DashboardBuilder

Parameters

NameTypeDescription
allowMaximizeItemsBoolean

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

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace