GroupHeaderBand.Scripts Property
Provides access to the GroupHeaderBand's scripts.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
public GroupHeaderBandScripts Scripts { get; }
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property Scripts As GroupHeaderBandScripts
Property Value
Type | Description |
---|---|
GroupHeaderBandScripts | A GroupHeaderBandScripts object. |
Remarks
To learn more, see Scripting Overview.
See Also
Feedback