Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BreadCrumbHistoryItem Members

An object that stores the previously viewed BreadCrumbEdit path.

#Constructors

Name Description
BreadCrumbHistoryItem() Initializes a new instance of the BreadCrumbHistoryItem class with the default settings.
BreadCrumbHistoryItem(String) Initializes a new instance of the BreadCrumbHistoryItem class with the specified settings.

#Properties

Name Description
Path Gets or sets the path within a BreadCrumbEdit control to which this BreadCrumbHistoryItem relates.

#Methods
Show Inherited Hide Inherited

Name Description
Clone() Duplicates the target BreadCrumbHistoryItem.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Compares this BreadCrumbHistoryItem with a specific object.
GetHashCode() Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object’s value.
GetIndex() Gets this BreadCrumbHistoryItem‘s position within its parent BreadCrumbHistory collection.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveOnTop() Moves the BreadCrumbHistoryItem to the top of its parent BreadCrumbHistory collection.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Gets the textual representation of this BreadCrumbHistoryItem.
See Also