Skip to main content

Brick.SafeGetAttachedValue<T>(String) Method

OBSOLETE

Use the SafeGetAttachedValue method instead

For internal use.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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