Skip to main content

NavigatorButton(NavigatorButtonHelper) Constructor

Creates a new NavigatorButton object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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