Skip to main content

TdxBreadcrumbEditPathEditorProperties.RecentPathsDropDownRows Property

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

Declaration

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