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

TdxBreadcrumbEditPathEditorProperties.RecentPathsDropDownRows Property

Specifies the maximum number of recently used paths that are simultaneously displayed in the breadcrumb control’s dropdown window.

#Declaration

Delphi
property RecentPathsDropDownRows: Integer read; write; default dxBreadcrumbEditDefaultRecentPathsDropDownRows;

#Property Value

Type Default
Integer dxBreadcrumbEditDefaultRecentPathsDropDownRows

#Remarks

Use this property to limit the number of simultaneously displayed paths in the dropdown window. If the dropdown window contains more than RecentPathsDropDownRows paths, it displays a vertical scrollbar for access to paths that are beyond window boundaries.

Use RecentPathsDropDownRows in combination with the RecentPathsMaxCount property to customize the appearance of the breadcrumb control’s dropdown window.

The default value of the RecentPathsDropDownRows property is specified by the dxBreadcrumbEditDefaultRecentPathsDropDownRows global constant.

See Also