Skip to main content

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.v24.2.Core.dll

Declaration

public void LoadFromXml(
    XElement parentElement,
    string xmlName
)

Parameters

Name Type Description
parentElement XElement

An XElement instance that is the parent XML element.

xmlName String

A child element name.

See Also