DataNavigatorButtonCollection(NavigatorButtonsBase) Constructor
Creates a new DataNavigatorButtonCollection 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 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