Skip to main content
All docs
V25.1
  • ReportDesignerDataSourceSettings.Changed(PropertiesBase) Method

    Indicates the property whose value is changed.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

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