Brick.SetAttachedValue(String, Object) Method
OBSOLETE
Use the SetAttachedValue method instead
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Obsolete("Use the SetAttachedValue(AttachedProperty prop, object value) method instead")]
public void SetAttachedValue(
string name,
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value. |
| value | Object | An Object value. |
See Also