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

ClientControlsMenuItem.Visible Property

Specifies whether or not the command is visible in the designer user interface.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if the command is visible; otherwise false.

See Also