IXRChangeService.SetProperty(Object, String, Object) Method
Assigns a new value to the specified property.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| component | Object | A Object whose property value is set. |
| propertyName | String | A String value, specifying the property name. |
| value | Object | A Object, specifying the new property value. |
See Also