Skip to main content
A newer version of this page is available. .

NavigatorButtonsBase(INavigatorOwner) Constructor

Creates a new NavigatorButtonsBase object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public NavigatorButtonsBase(
    INavigatorOwner owner
)

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