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

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

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Parameters

Name Type
prop DevExpress.XtraPrinting.AttachedProperty<T>

Type Parameters

Name
T
See Also