Skip to main content

TdxBreadcrumbEditDropDownIndent Enum

Enumerates dropdown window indent options.

Declaration

TdxBreadcrumbEditDropDownIndent = (
    ddiNone,
    ddiExplorerLike
);

Members

Name
ddiNone
ddiExplorerLike

Remarks

Values include:

Value Meaning Example
ddiNone No indent. The left edges of the node and its dropdown window are aligned.
ddiExplorerLike Displays the node’s dropdown window with the same indent found in Windows Explorer. The space between the left edges of the node’s dropdown button and its dropdown window (in pixels) is specified by the dxBreadcrumbEditDefaultDropDownIndentValue global constant, which you can adjust as required. Note that the indent is not applied to the root node’s dropdown window.
See Also