ControlNavigatorButtonCollection(NavigatorButtonsBase) Constructor
Creates a new ControlNavigatorButtonCollection object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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