Skip to main content
All docs
V26.1
  • ASPxDashboard.EnableTextBoxItemEditor Property

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

    Namespace: DevExpress.DashboardWeb

    Assembly: DevExpress.Dashboard.v26.1.Web.WebForms.dll

    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