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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

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.

Inheritance

See Also