A newer version of this page is available.
Switch to the current version.
Brick.SafeGetAttachedValue(String, Object) Method
Obsolete. For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Obsolete("Use the SafeGetAttachedValue(AttachedProperty prop, object defaultValue) method instead")]
public object SafeGetAttachedValue(
string propertyName,
object defaultValue
)
<Obsolete("Use the SafeGetAttachedValue(AttachedProperty prop, object defaultValue) method instead")>
Public Function SafeGetAttachedValue(
propertyName As String,
defaultValue As Object
) As Object
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value. |
defaultValue | Object | A Object value. |
Returns
Type | Description |
---|---|
Object | A Object value. |
See Also
Feedback