Back to Devexpress

RepositoryItemBreadCrumbEdit.NodeDropDownRowCount Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-93848c95.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(20)]
[DXCategory("Appearance")]
public int NodeDropDownRowCount { get; set; }
vb
<DefaultValue(20)>
<DXCategory("Appearance")>
Public Property NodeDropDownRowCount As Integer

Property Value

TypeDefaultDescription
Int3220

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.

See Also

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace