Skip to main content

RangeFilterState.SaveToXml(XElement) Method

Saves the current Range Filter state to an XML document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void SaveToXml(
    XElement element
)

Parameters

Name Type Description
element XElement

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

See Also