Brick.TryGetAttachedValue(String, out Object) Method
OBSOLETE
Use the TryGetAttachedValue method instead
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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