Skip to main content

GroupHeaderBand.Scripts Property

Provides access to the GroupHeaderBand‘s scripts.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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