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.v20.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