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.1.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.
See Also