Skip to main content
All docs
V18.2

ASPxClientDashboard.MaximizeDashboardItem(String) Method

Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void MaximizeDashboardItem(
    string itemName
)

Parameters

Name Type Description
itemName String

A String object that is the dashboard item component name.

Remarks

To maximize an item:

  • In code, call the MaximizeDashboardItem(String) method.
  • Click the Maximize button in the dashboard item caption.

To restore an item’s size:

Note

Maximize or restore actions re-create the dashboard item and fire all events related to the item life cycle (ItemWidgetCreated and ItemWidgetUpdated).

See Also