Brick.SafeGetAttachedValue(String, Object) Method
OBSOLETE
Use the SafeGetAttachedValue method instead
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Obsolete("Use the SafeGetAttachedValue(AttachedProperty prop, object defaultValue) method instead")]
public object SafeGetAttachedValue(
string propertyName,
object defaultValue
)
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value. |
defaultValue | Object | A Object value. |
Returns
Type | Description |
---|---|
Object | A Object value. |
See Also