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