DashboardBuilder.AllowMaximizeItems(Boolean) Method
Specifies whether end users can maximize dashboard items.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
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