Skip to main content

ControlNavigatorButtonCollection(NavigatorButtonsBase) Constructor

Creates a new ControlNavigatorButtonCollection object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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.

See Also