Skip to main content

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.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