Skip to main content
All docs
V24.1

ReportDesignerParameterEditingSettings.Changed(PropertiesBase) Method

Indicates the property whose value is changed.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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