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

DataNavigatorButtonCollection(NavigatorButtonsBase) Constructor

Creates a new DataNavigatorButtonCollection object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public DataNavigatorButtonCollection(
    NavigatorButtonsBase buttons
)

Parameters

Name Type Description
buttons NavigatorButtonsBase

A NavigatorButtonsBase object representing buttons displayed within the DataNavigator control. This value is assigned to the DataNavigator.Buttons property.

Remarks

The constructor creates a new DataNavigatorButtonCollection class instance. Generally, you will have no need to create a button collection for a data navigator manually. The constructor is called automatically when you create a data navigator control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataNavigatorButtonCollection(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