NavigatorCustomButtons.AddRange(NavigatorCustomButton[]) Method
Adds an array of buttons to the current collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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