Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.tab Property

Provides access to a report tab for which a dialog appears.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<ASPxDesignerNavigateTab> tab { get; }

Property Value

Type Description
KnockoutObservable<ASPxDesignerNavigateTab>

A knockout observable object of the ASPxDesignerNavigateTab type.

See Also