HtmlEventArgs.ScriptContainer Property
Gets an object that implements the IScriptContainer interface and is used for registering the scripts and styles in the current HTML document.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
IScriptContainer | An object implementing the IScriptContainer interface. |
See Also