Skip to main content
All docs
V18.2

Brick.SetAttachedValue<T>(AttachedProperty<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
)

Parameters

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

Type Parameters

Name
T
See Also