Skip to main content
All docs
V18.2

ASPxClientMenuAction.disabled Property

Provides access to the value that specifies whether or not the command is disabled by default.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public bool disabled { get; }

Property Value

Type Description
Boolean

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

See Also