Skip to main content

GroupBand.Scripts Property

Provides access to the GroupBand‘s scripts.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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