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

Brick.SafeGetAttachedValue<T>(String) 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 T SafeGetAttachedValue<T>(
    string propertyName
)

Parameters

Name Type Description
propertyName String

A String value.

Type Parameters

Name
T

Returns

Type
T
See Also