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

Brick.RemoveAttachedValue<T>(AttachedProperty<T>) Method

Namespace: DevExpress.XtraPrinting

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

Declaration

public void RemoveAttachedValue<T>(
    AttachedProperty<T> prop
)

Parameters

Name Type
prop DevExpress.XtraPrinting.AttachedProperty<T>

Type Parameters

Name
T
See Also