NavigatorBase.CustomButtons Property
Gets the collection of custom buttons.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
NavigatorCustomButtons | The collection of custom buttons. |
Remarks
The CustomButtons property returns the value of the NavigatorButtonsBase.CustomButtons collection. An instance of the NavigatorButtonsBase class is accessible using the DataNavigator.Buttons and ControlNavigator.Buttons properties.
See NavigatorButtonsBase.CustomButtons to learn more.
See Also