CardLayoutTemplateElement.LoadFromXml(XElement, String) Method
SECURITY NOTE
Do not load files obtained from untrusted sources. Such files may pose a security risk. Please review the following article for additional information:
Suppress Control Requests to Download Data from External URLs
For internal use.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| parentElement | XElement | An XElement instance that is the parent XML element. |
| xmlName | String | A child element name. |
See Also