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

ClientControlClientSideModelSettings.Changed(PropertiesBase) Method

Indicates the property that has changed its value.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v19.1.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