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

Brick.SafeGetAttachedValue(String, Object) Method

OBSOLETE

Use the SafeGetAttachedValue method instead

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Obsolete("Use the SafeGetAttachedValue(AttachedProperty prop, object defaultValue) method instead")]
public object SafeGetAttachedValue(
    string propertyName,
    object defaultValue
)

Parameters

Name Type Description
propertyName String

A String value.

defaultValue Object

A Object value.

Returns

Type Description
Object

A Object value.

See Also