Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.visible Property

Provides access to a value that specifies a dialog’s visibility state.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<bool> visible { get; }

Property Value

Type Description
KnockoutObservable<Boolean>

true, if the dialog is visible; otherwise, false;

See Also