Back to Devexpress

DashboardDesigner.AllowEditComponentName Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-54fc9b3d.md

latest1.3 KB
Original Source

DashboardDesigner.AllowEditComponentName Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool AllowEditComponentName { get; set; }
vb
<DefaultValue(False)>
Public Property AllowEditComponentName As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace