Skip to main content

DashboardDesigner.AllowEditComponentName Property

Gets or sets whether the DashboardDesigner allows end-users to edit component names.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
public bool AllowEditComponentName { get; set; }

Property Value

Type Default Description
Boolean false

true, to allow end-users to edit component names; otherwise, false.

See Also