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

DataNavigatorButtonCollection Class

Represents the DataNavigator‘s button collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class DataNavigatorButtonCollection :
    NavigatorButtonCollectionBase

Remarks

This class represents the collection of buttons displayed in the DataNavigator control. Individual buttons can be accessed using indexer notation.

DataNavigatorButtonCollection objects can be accessed via the NavigatorButtonsBase.ButtonCollection property.

Inheritance

See Also