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