Skip to main content

MenuAction.Disabled Property

Specifies whether or not the command is disabled by default.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "disabled")]
public bool Disabled { get; set; }

Property Value

Type Description
Boolean

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

See Also