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

NavigatorCustomButtons(NavigatorButtonsBase) Constructor

Initializes a new instance of the NavigatorCustomButtons class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public NavigatorCustomButtons(
    NavigatorButtonsBase buttons
)

Parameters

Name Type Description
buttons NavigatorButtonsBase

A collection of buttons displayed within the control.

Remarks

This constructor is called to initialize the NavigatorButtonsBase.CustomButtons object. There is no need to call it directly from your code.

See Also