Skip to main content

MenuAction.Visible Property

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

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "visible")]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the command is visible; otherwise false.

See Also