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

ASPxDashboard.EnableTextBoxItemEditor Property

Gets or sets whether to enable an editor for the Text Box item.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to enable the Text Box item’s editor; otherwise, false.

Remarks

Set the EnableTextBoxItemEditor property to true to allow users to edit Text Box item’s content in the pop-up editor.

See Also