Skip to main content
A newer version of this page is available. .

Brick.SetAttachedValue<T>(AttachedProperty<T>, T, T) Method

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public void SetAttachedValue<T>(
    AttachedProperty<T> prop,
    T value,
    T defaultValue
)

Parameters

Name Type
prop DevExpress.XtraPrinting.AttachedProperty<T>
value T
defaultValue T

Type Parameters

Name
T
See Also