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

ClientControlsMenuItem.Disabled Property

Specifies whether or not the command is disabled by default.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Boolean false

true, if the command is disabled by default; otherwise, false.

See Also