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

RepositoryItemBreadCrumbEdit.NodeDropDownRowCount Property

Gets or sets the maximum row number a node’s drop-down list can occupy.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(20)]
[DXCategory("Appearance")]
public int NodeDropDownRowCount { get; set; }

#Property Value

Type Default Description
Int32 20

An Int32 value that is the maximum row number a node’s drop-down list can occupy.

#Remarks

Each node has a drop-down button that can be clicked to view this node’s BreadCrumbNode.ChildNodes collection items within a drop-down list. The NodeDropDownRowCount property allows you to specify this list’s maximum height. If the drop-down list contains more items than the RepositoryItemBreadCrumbEdit property specifies, a scroll bar is displayed as the image below illustrates.

BRC - Node Dropdown Scrollbars

See Also