Skip to main content

IXRChangeService.SetProperty(Object, String, IComponent) Method

Assigns a new value to the specified property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void SetProperty(
    object component,
    string propertyName,
    IComponent value
)

Parameters

Name Type Description
component Object

A Object whose property value is set.

propertyName String

A String value, specifying the property name.

value IComponent

An object implementing the IComponent interface, specifying the new property value.

See Also