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

Brick.TryGetAttachedValue(String, out Object) Method

OBSOLETE

Use the TryGetAttachedValue method instead

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Obsolete("Use the TryGetAttachedValue(AttachedProperty prop, out object value) method instead")]
public bool TryGetAttachedValue(
    string name,
    out object value
)

Parameters

Name Type Description
name String

A String value.

value Object

An Object value.

Returns

Type Description
Boolean

A Boolean value.

See Also