Skip to main content
All docs
V26.1
  • DXSerializer.RemoveAllowPropertyHandler(DependencyObject, AllowPropertyEventHandler) Method

    Removes a handler for the AllowProperty attached event.

    Namespace: DevExpress.Xpf.Core.Serialization

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public static void RemoveAllowPropertyHandler(
        DependencyObject dObj,
        AllowPropertyEventHandler handler
    )

    Parameters

    Name Type Description
    dObj DependencyObject

    The event source.

    handler AllowPropertyEventHandler

    Event handler.

    See Also