Skip to main content
A newer version of this page is available. .

GroupBand.Scripts Property

Provides access to the GroupBand‘s scripts.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public GroupBandScripts Scripts { get; }

Property Value

Type Description
GroupBandScripts

A GroupBandScripts object.

Remarks

To learn more, see Scripting Overview.

See Also