Skip to main content

DocumentViewerDocumentMapSettings.Changed(PropertiesBase) Method

Indicates the property whose value is changed.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public void Changed(
    PropertiesBase properties
)

Parameters

Name Type Description
properties PropertiesBase

A PropertiesBase descendant.

See Also