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

NavigatorButton(NavigatorButtonHelper) Constructor

Creates a new NavigatorButton object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public NavigatorButton(
    NavigatorButtonHelper helper
)

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