DashboardViewer.AllowMaximizeDashboardItems Property
In This Article
Gets or sets whether end users can maximize dashboard items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(true)]
public bool AllowMaximizeDashboardItems { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to allow maximizing dashboard items; otherwise, false. |
#Implements
See Also