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.RecentPathsMaxCount Property

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

#Declaration

Delphi
property RecentPathsMaxCount: Integer read; write; default dxBreadcrumbEditDefaultRecentPathsMaxCount;

#Property Value

Type Default
Integer dxBreadcrumbEditDefaultRecentPathsMaxCount

#Remarks

Use this property to limit the window’s capacity (i.e., specify the maximum number of paths stored in the RecentPaths collection). 0 assigned to the RecentPathsMaxCount property indicates that no capacity limit is specified.

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

The default value of the RecentPathsMaxCount property is specified by the dxBreadcrumbEditDefaultRecentPathsMaxCount global constant.

See Also