NavigatorCustomButtons(NavigatorButtonsBase) Constructor
Initializes a new instance of the NavigatorCustomButtons class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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