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