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

NavigatorButtonsBase Class

Serves as the base for DataNavigatorButtons and ControlNavigatorButtons classes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public abstract class NavigatorButtonsBase :
    IImageCollectionHelper

Remarks

The NavigatorButtonsBase class serves as the base for classes that provide access to button settings displayed by navigator controls (DataNavigator and ControlNavigator). Properties provided by this class allow you to specify the source of images to be displayed in buttons, the number of records by which the PrevPage and NextPage buttons navigate. The NavigatorButtonsBase.ButtonCollection property provides access to the navigator’s button collection. Individual buttons in this case can be accessed using indexer notation.

Descendants of the NavigatorButtonBase class provide properties containing settings for each individual button. These descendants can be accessed via the ControlNavigator.Buttons and DataNavigator.Buttons properties.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavigatorButtonsBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also