NavigatorButton(NavigatorButtonHelper) Constructor
Creates a new NavigatorButton object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
helper | DevExpress.XtraEditors.NavigatorButtonHelper | A NavigatorButtonHelper object implementing the button’s functionality. |
Remarks
The constructor creates a new NavigatorButton class instance. The constructor is invoked automatically when you create a data navigator control.
See Also