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

GroupHeaderBand.Scripts Property

Provides access to the GroupHeaderBand‘s scripts.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
GroupHeaderBandScripts

A GroupHeaderBandScripts object.

Remarks

To learn more, see Scripting Overview.

See Also