Skip to main content
A newer version of this page is available. .

RangeFilterState.SaveToXml(XElement) Method

Saves the current Range Filter state to an XML document.

Namespace: DevExpress.DashboardCommon

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

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