Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigatorButtonsBase Class

Serves as the base for DataNavigatorButtons and ControlNavigatorButtons classes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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