TdxShellBreadcrumbEditShellOptions.Root Property
In This Article
Specifies root folder settings.
#Declaration
Delphi
property Root: TdxShellBreadcrumbEditRoot read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores root folder settings. |
#Remarks
The shell breadcrumb control can work with both absolute and relative paths, such as Libraries\Documents
, Downloads
, etc.
Refer to the TdxShellBreadcrumbEditRoot and TdxCustomShellRoot class descriptions for information on available options.
See Also