Skip to main content

ReportToolbarButton.Enabled Property

Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true if the button is enabled; otherwise, false.

Remarks

When this property is set to false, the edit button doesn’t respond to end-user interactions, such as mouse hovering or clicks.

See Also