A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public IScriptContainer ScriptContainer { get; }
Public ReadOnly Property ScriptContainer As IScriptContainer
Property Value
Type | Description |
---|---|
IScriptContainer | An object implementing the IScriptContainer interface. |
See Also
Feedback