Back to Devexpress

GroupBand.Scripts Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupband-e229d32f.md

latest1.4 KB
Original Source

GroupBand.Scripts Property

Provides access to the GroupBand‘s scripts.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public GroupBandScripts Scripts { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property Scripts As GroupBandScripts

Property Value

TypeDescription
GroupBandScripts

A GroupBandScripts object.

|

Remarks

To learn more, see Scripting Overview.

See Also

GroupBand Class

GroupBand Members

DevExpress.XtraReports.UI Namespace