Skip to main content

Brick.TryGetAttachedValue<T>(AttachedProperty<T>, out T) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public bool TryGetAttachedValue<T>(
    AttachedProperty<T> prop,
    out T value
)

#Parameters

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

#Type Parameters

Name
T

#Returns

Type
Boolean
See Also