GroupBand.Scripts Property
In This Article
Provides access to the GroupBand‘s scripts.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatBehavior)]
public GroupBandScripts Scripts { get; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
#Remarks
To learn more, see Scripting Overview.
See Also