Back to Devexpress

BreadCrumbNode Methods

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-dot-underscore-methods.md

latest5.1 KB
Original Source

BreadCrumbNode Methods

A node within a BreadCrumbEdit control.

NameDescription
BeginUpdate()Locks the object and prevents any visual updates until the EndUpdate method is called.
CancelUpdate()Unlocks the node that was previously locked by the BeginUpdate method, without causing an immediate visual update.
Clone()Copies this BreadCrumbNode.
Clone(Boolean)Copies this BreadCrumbNode with or without its child nodes.
EndUpdate()Unlocks the node that was previously locked by 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)Gets whether this BreadCrumbNode equals the target object.
GetChild(String, String)Returns a BreadCrumbNode that is the child of this BreadCrumbNode and is located at the specific path.
GetHashCode()Gets the integer hash code that corresponds to the current BreadCrumbNode object’s value.
GetImage()Gets the image currently displayed as this BreadCrumbNode‘s glyph.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue()Gets the current BreadCrumbNode value.
IsDefaultImageIndex(Int32) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsNoneImageIndex(Int32) staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsParentOf(BreadCrumbNode)Gets whether this BreadCrumbNode object is a parent node for the target BreadCrumbNode object.
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.
SetProperties(RepositoryItemBreadCrumbEdit)Applies properties stored within the target RepositoryItemBreadCrumbEdit to this BreadCrumbNode.
ToString()Gets the textual representation of this BreadCrumbNode.

See Also

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace