A newer version of this page is available.
Switch to the current version.
Brick.SafeGetAttachedValue<T>(String) 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 T SafeGetAttachedValue<T>(
string propertyName
)
<Obsolete("Use the SafeGetAttachedValue(AttachedProperty prop, object defaultValue) method instead")>
Public Function SafeGetAttachedValue(Of T)(
propertyName As String
) As T
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value. |
Type Parameters
Name |
---|
T |
Returns
Type |
---|
T |
See Also
Feedback