Skip to main content

RangeFilterState.LoadFromXml(XElement) Method

Loads a Range Filter state from an XML document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

A XDocument object that is the XML document containing a Range Filter state.

See Also