In This Article

BarMergeAction Enum

Specifies the type of action to perform when merging command links.

public enum BarMergeAction

Fields

Name Description
Append

Appends the command link to the end of the target command links collection.

Insert

Inserts the command link before the matched command link.

InsertAfter

Inserts the command link after the matched command link.

MatchOnly

A match is required, but no action is taken. Use this for tree creation and successful access to nested layouts.

Remove

If the command link is on the source, the matched command link on the target is removed and the source command link is not merged. If the command link is on the target, the command link is removed.

Replace

Replaces the matched command link with the source command link. The original command link's drop-down command links do not become children of the incoming command link.