Back to Devexpress

BarItem Methods

windowsforms-devexpress-dot-xtrabars-dot-baritem-dot-underscore-methods.md

latest7.2 KB
Original Source

BarItem Methods

Provides the functionality of bar elements.

NameDescription
BeginUpdate()Locks the BarItem object by preventing visual updates until the EndUpdate method is called.
CancelUpdate()Unlocks the object after it has been locked by the BarItem.BeginUpdate method, without causing an immediate visual update.
ContainsItem(BarItem)Indicates whether the item contains the item specified.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose()Releases all resources used by the Component. Inherited from Component.
EndUpdate()Unlocks the BarItem 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.
GetBarLinkInfoProvider()This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
GetVisibleLinks()Returns the list of all currently visible links to this BarItem.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
PerformClick()Fires the ItemClick events for the current bar item.
PerformClick(BarItemLink)Fires the ItemClick events for the current bar item and its link.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Refresh()Forces the controls that contain the bar item’s links to invalidate their client area.
Reset()Resets the current BarItem to the original state.
ResetDropDownSuperTip()Clears the SuperTip that has been assigned to the BarItem.DropDownSuperTip property.
ResetSuperTip()Removes the SuperToolTip object that has been assigned to the current bar item.
ToString()Returns this BarItem‘s caption (the BarItem.Caption property value).
UpdateBindings(BindingContext)Updates data bindings used by this BarItem.

See Also

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace