Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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