Skip to main content
All docs
V26.1
  • ReportDesignerParameterEditingSettings.Changed(PropertiesBase) Method

    Indicates the property whose value is changed.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.XtraReports.v26.1.Web.WebForms.dll

    Declaration

    public void Changed(
        PropertiesBase properties
    )

    Parameters

    Name Type Description
    properties PropertiesBase

    A PropertiesBase descendant.

    See Also