Skip to main content
A newer version of this page is available. .

Brick.SetAttachedValue(String, Object) Method

OBSOLETE

Use the SetAttachedValue method instead

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

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