Back to Devexpress

BreadCrumbNode Members

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

latest10.1 KB
Original Source

BreadCrumbNode Members

A node within a BreadCrumbEdit control.

Constructors

NameDescription
BreadCrumbNode()Initializes a new instance of the BreadCrumbNode class with the default settings.
BreadCrumbNode(String, Object, Boolean)Initializes a new instance of the BreadCrumbNode class with the specified settings.
BreadCrumbNode(String, Object)Initializes a new instance of the BreadCrumbNode class with the specified settings.
BreadCrumbNode(String)Initializes a new instance of the BreadCrumbNode class with the specified settings.

Fields

NameDescription
DefaultImageIndexThis member supports the internal infrastructure, and is not intended to be used directly from your code.
NoneImageIndexThis member supports the internal infrastructure, and is not intended to be used directly from your code.

Properties

NameDescription
CaptionGets or sets this BreadCrumbNode‘s caption.
ChildNodesGets the child nodes collection for this BreadCrumbNode.
DepthThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageGets or sets the BreadCrumbNode image.
ImageIndexGets or sets the index of an image from the RepositoryItemBreadCrumbEdit.Images collection that should be used as this ImageIndex glyph.
IndexGets this BreadCrumbNode‘s position within its parent node collection.
IsTopNodeGets whether this node is a top-level node.
NextNodeGets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.
ParentGets this BreadCrumbNode‘s parent BreadCrumbNode.
PathGets this BreadCrumbNode‘s path.
PersistentGets or sets whether this BreadCrumbNode is constantly visible at runtime.
PopulateOnDemandGets or sets whether this BreadCrumbNode can raise the RepositoryItemBreadCrumbEdit.QueryChildNodes event.
PrevNodeGets a BreadCrumbNode that precedes this BreadCrumbNode in its node collection.
PropertiesProvides access to the main BreadCrumbNode settings.
ShowCaptionGets or sets whether this BreadCrumbNode‘s caption is visible.
TagGets or sets the tag associated with this BreadCrumbNode.
ValueGets or sets this BreadCrumbNode‘s value.

Methods

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

DevExpress.XtraEditors Namespace