Skip to main content
All docs
V26.1
  • Bar

    InsertAction.SetInsertAfter(DependencyObject, Object) Method

    Sets the value of the InsertAction.InsertAfter attached property for the specified object.

    Namespace: DevExpress.Xpf.Bars

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetInsertAfter(
        DependencyObject element,
        object value
    )

    Parameters

    Name Type Description
    element DependencyObject

    An object whose InsertAfter property is to be set.

    value Object

    A Object value that specifies the value to be assigned to the InsertAction.InsertAfter property.

    See Also