Skip to main content
A newer version of this page is available. .

DashboardControlBase.ActualMaximizedDashboardItemVisibility Property

Indicates whether a dashboard displays a maximized item.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public Visibility ActualMaximizedDashboardItemVisibility { get; protected set; }

Property Value

Type Description
Visibility

The Visible value if the dashboard displays a maximized item.

See Also