Skip to main content
All docs
V18.2

ASPxClientMenuAction.visible Property

Provides access to the value that specifies whether or not the command is visible in the user interface.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool visible { get; }

Property Value

Type Description
Boolean

true if the command is visible; otherwise false.

See Also