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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

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.

See Also