Back to Devexpress

ControlNavigatorButtons Members

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-dot-underscore-members.md

latest10.6 KB
Original Source

ControlNavigatorButtons Members

A collection of buttons displayed in the ControlNavigator.

Constructors

NameDescription
ControlNavigatorButtons(INavigatorOwner)Creates a new ControlNavigatorButtons object.

Properties

NameDescription
AppearanceGets the appearance settings used to paint the buttons’ owner. Inherited from NavigatorButtonsBase.
AppendGets the button used to append a new record.
AutoRepeatDelayGets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly. Inherited from NavigatorButtonsBase.
ButtonCollectionProvides access to the collection of built-in buttons displayed in the DataNavigator control. Inherited from NavigatorButtonsBase.
CancelEditGets the button used to cancel editing the current record.
ControlGets the control which is bound to the ControlNavigator.
CustomButtonsGets the collection of custom buttons. Inherited from NavigatorButtonsBase.
DefaultImageListGets the source of the images that are displayed within the navigation buttons by default. Inherited from NavigatorButtonsBase.
EditGets the button used to set the dataset to the edit state.
EnabledAutoRepeatSpecifies whether data records are scrolled repeatedly when the Next , NextPage , Prev or PrevPage button is held down. Inherited from NavigatorButtonsBase.
EndEditGets the button used to post the edited record to the associated data source.
FirstGets the button used to set the current record to the first record in a data source.
ImageListGets or sets the source of images to be displayed within the navigation buttons. Inherited from NavigatorButtonsBase.
LastGets the button used to set the current record to the last record in a data source.
NextGets the button used to set the current record to the next record in a data source.
NextPageGets the button used to increment the current record position in a data source by the number of visible records.
OwnerGets the object that owns this button collection. Inherited from NavigatorButtonsBase.
OwnerControlGets the control which owns the current collection. Inherited from NavigatorButtonsBase.
PageRecordCountGets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed. Inherited from NavigatorButtonsBase.
PrevGets the button used to set the current record as the data source’s previous record.
PrevPageGets the button used to decrement the current record position in a data source by the number of visible records.
RemoveGets the button used to delete the current record.

Methods

NameDescription
BeginUpdate()Locks the NavigatorButtonsBase object by preventing visual updates until the EndUpdate method is called. Inherited from NavigatorButtonsBase.
ButtonByButtonType(NavigatorButtonType)Returns a value representing a data navigator button. Inherited from NavigatorButtonsBase.
CheckSize(ref Size)Specifies the control’s size. Inherited from NavigatorButtonsBase.
DefaultIndexByButtonType(NavigatorButtonType, Boolean) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from NavigatorButtonsBase.
DoClick(NavigatorButtonBase)Simulates a mouse click action on the specified button. Inherited from NavigatorButtonsBase.
Draw(GraphicsInfoArgs)Draws the text and buttons displayed in the data navigator. Inherited from NavigatorButtonsBase.
EndUpdate()Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from NavigatorButtonsBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetToolTipObject(Point)Returns the index of the button to which the specified point belongs. Inherited from NavigatorButtonsBase.
GetToolTipText(Object, Point)Gets the hint for the button located at the specified point. Inherited from NavigatorButtonsBase.
GetType()Gets the Type of the current instance. Inherited from Object.
LayoutChanged()Redraws the control. Inherited from NavigatorButtonsBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateButtonsState()Updates the buttons’ state and the text displayed within the control. Inherited from NavigatorButtonsBase.

See Also

ControlNavigatorButtons Class

DevExpress.XtraEditors Namespace