DashboardControl.MaximizedDashboardItemName Property
Gets or sets the name of the maximized dashboard item. This is the dependency property.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is a maximized dashboard item’s name. |
Remarks
Use this property to expand the specified dashboard item to the entire dashboard size to examine data in greater detail (maximize).
To maximize an item:
- End-users can click the Maximize button in the dashboard item caption.
- In code, set the MaximizedDashboardItemName property to the dashboard item’s name.
To restore an item’s size:
- End users can click the Restore button in the dashboard item caption.
- In code, set the MaximizedDashboardItemName property to null.
See Also