A newer version of this page is available.
Switch to the current version.
Brick.SafeGetAttachedValue<T>(AttachedProperty<T>, T) Method
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public T SafeGetAttachedValue<T>(
AttachedProperty<T> prop,
T defaultValue
)
Public Function SafeGetAttachedValue(Of T)(
prop As AttachedProperty(Of T),
defaultValue As T
) As T
Parameters
Name | Type |
---|---|
prop | DevExpress.XtraPrinting.AttachedProperty<T> |
defaultValue | T |
Type Parameters
Name |
---|
T |
Returns
Type |
---|
T |
See Also
Feedback