Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.width Property

Provides access to a dialog’s width.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<object> width { get; }

Property Value

Type Description
KnockoutObservable<Object>

A knockout observable object that specifies a dialog’s width.

See Also