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

ControlNavigatorButtonCollection(NavigatorButtonsBase) Constructor

Creates a new ControlNavigatorButtonCollection object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ControlNavigatorButtonCollection(
    NavigatorButtonsBase buttons
)

Parameters

Name Type Description
buttons NavigatorButtonsBase

A NavigatorButtonsBase object representing the buttons dispalyed within the ControlNavigator.

Remarks

Generally, you will have no need to create a button collection for a control navigator manually. The constructor is called automatically when you create a control navigator control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ControlNavigatorButtonCollection(NavigatorButtonsBase) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also