The DetailElementOrderUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AreDetailElements |
Indicates whether the given elements are all detail elements.
|
![]() ![]() | BringForward(Document, View, ElementId) |
Moves the given detail instance one step closer to the front of all other detail instances in the view.
|
![]() ![]() | BringForward(Document, View, ICollection<(Of <<'(ElementId>)>>)) |
Moves the given detail instances one step closer to the front of all other detail instances in the view,
while keeping the order of the given ones.
|
![]() ![]() | BringToFront(Document, View, ElementId) |
Places the given detail instance in the front of all other detail instances in the view.
|
![]() ![]() | BringToFront(Document, View, ICollection<(Of <<'(ElementId>)>>)) |
Places the given detail instances in the front of all other detail instances in the view, while
keeping the order of the given ones.
|
![]() ![]() | IsDetailElement |
Indicates if the given element is a detail element.
|
![]() ![]() | SendBackward(Document, View, ElementId) |
Moves the given detail instance one step closer to the back of all other detail instances in the view.
|
![]() ![]() | SendBackward(Document, View, ICollection<(Of <<'(ElementId>)>>)) |
Moves the given detail instances one step closer to the back with relation to all other detail
instances in the view, while keeping the order of the given ones.
|
![]() ![]() | SendToBack(Document, View, ElementId) |
Places the given detail instance behind all detail instances in the view.
|
![]() ![]() | SendToBack(Document, View, ICollection<(Of <<'(ElementId>)>>)) |
Places the given detail instances behind all other detail instances in the view, while keeping
the order of the given ones.
|