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