Skip to main content
A newer version of this page is available. .

NavigatorCustomButtons.AddRange(NavigatorCustomButton[]) Method

Adds an array of buttons to the current collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void AddRange(
    NavigatorCustomButton[] buttons
)

Parameters

Name Type Description
buttons NavigatorCustomButton[]

An array of button to be added to the current collection.

Remarks

The display order of custom buttons is specified by their NavigatorCustomButton.Index properties.

See Also