TdxBreadcrumbEditPathEditorProperties.RecentPathsMaxCount Property
Specifies the maximum number of recently used paths in the breadcrumb control’s dropdown window.
Declaration
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