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

Provides access to the collection of recently used paths.

#Declaration

Delphi
property RecentPaths: TdxBreadcrumbEditRecentPaths read; write;

#Property Value

Type
TdxBreadcrumbEditRecentPaths

#Remarks

The editor visualizes collection elements (recently used paths) within its dropdown window. Refer to the TdxBreadcrumbEditRecentPaths class description for details on how the editor populates this collection.

Use the RecentPathsDropDownRows and RecentPathsMaxCount properties to customize the appearance of the dropdown window. To prohibit end-users from displaying recently used paths in this window and/or entering new paths, use the RecentPathsEnabled and RecentPathsAutoPopulate properties.

See Also