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

DashboardControlBase.AllowMaximizeDashboardItems Property

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

Namespace: DevExpress.DashboardWpf

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

Declaration

public bool AllowMaximizeDashboardItems { get; set; }

Property Value

Type Description
Boolean

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

See Also