Back to Devexpress

DashboardControl.MaximizedDashboardItemName Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-6ad68077.md

latest2.0 KB
Original Source

DashboardControl.MaximizedDashboardItemName Property

Gets or sets the name of the maximized dashboard item. This is the dependency property.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public string MaximizedDashboardItemName { get; set; }
vb
Public Property MaximizedDashboardItemName As String

Property Value

TypeDescription
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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace