DashboardViewer.MaximizedDashboardItemName Property
In This Article
Gets the name of the maximized dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
public string MaximizedDashboardItemName { get; }
#Property Value
Type | Default | Description |
---|---|---|
String | *null* | A String value that is a maximized dashboard item’s name. |
#Implements
See Also