ASPxDashboard.EnableTextBoxItemEditor Property
Gets or sets whether to enable an editor for the Text Box item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
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