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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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