Back to Devexpress

NavigatorButtonsBase Members

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

latest6.9 KB
Original Source

NavigatorButtonsBase Members

Serves as the base for DataNavigatorButtons and ControlNavigatorButtons classes.

Constructors

NameDescription
NavigatorButtonsBase(INavigatorOwner)Creates a new NavigatorButtonsBase object.

Properties

NameDescription
AppearanceGets the appearance settings used to paint the buttons’ owner.
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.
ButtonCollectionProvides access to the collection of built-in buttons displayed in the DataNavigator control.
CustomButtonsGets the collection of custom buttons.
DefaultImageListGets the source of the images that are displayed within the navigation buttons by default.
EnabledAutoRepeatSpecifies whether data records are scrolled repeatedly when the Next , NextPage , Prev or PrevPage button is held down.
ImageListGets or sets the source of images to be displayed within the navigation buttons.
OwnerGets the object that owns this button collection.
OwnerControlGets the control which owns the current collection.
PageRecordCountGets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed.

Methods

NameDescription
BeginUpdate()Locks the NavigatorButtonsBase object by preventing visual updates until the EndUpdate method is called.
ButtonByButtonType(NavigatorButtonType)Returns a value representing a data navigator button.
CheckSize(ref Size)Specifies the control’s size.
DefaultIndexByButtonType(NavigatorButtonType, Boolean) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
DoClick(NavigatorButtonBase)Simulates a mouse click action on the specified button.
Draw(GraphicsInfoArgs)Draws the text and buttons displayed in the data navigator.
EndUpdate()Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update.
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.
GetToolTipText(Object, Point)Gets the hint for the button located at the specified point.
GetType()Gets the Type of the current instance. Inherited from Object.
LayoutChanged()Redraws the control.
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.

See Also

NavigatorButtonsBase Class

DevExpress.XtraEditors Namespace