NavigatorButtonsBase(INavigatorOwner) Constructor
Creates a new NavigatorButtonsBase object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | DevExpress.XtraEditors.INavigatorOwner | An object implementing the INavigatorOwner interface to which the NavigatorButtonsBase object belongs. This value is assigned to the NavigatorButtonsBase.Owner property. |
Remarks
This constructor is not called directly but is called instead by a derived class.
See Also