Back to Devexpress

DashboardControlBase.AllowMaximizeDashboardItems Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-9d723afa.md

latest1.2 KB
Original Source

DashboardControlBase.AllowMaximizeDashboardItems Property

Gets or sets whether an end-user can maximize an item.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public bool AllowMaximizeDashboardItems { get; set; }
vb
Public Property AllowMaximizeDashboardItems As Boolean

Property Value

TypeDescription
Boolean

True to show the Maximize button and allow the end-user to maximize an item; otherwise, false.

|

See Also

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace