Skip to main content
All docs
V18.2

ASPxClientReportDesignerTabEventArgs.Tab Property

Specifies the report tab currently being processed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerNavigateTab Tab { get; }

Property Value

Type Description
ASPxDesignerNavigateTab

An object that specifies the report tab currently being processed.

See Also