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

TdxBreadcrumbEditDropDownIndent Enum

Enumerates dropdown window indent options.

#Declaration

Delphi
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