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

Brick.SafeGetAttachedValue<T>(AttachedProperty<T>, T) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

public T SafeGetAttachedValue<T>(
    AttachedProperty<T> prop,
    T defaultValue
)

Parameters

Name Type
prop DevExpress.XtraPrinting.AttachedProperty<T>
defaultValue T

Type Parameters

Name
T

Returns

Type
T
See Also