Back to Devexpress

TdxBreadcrumbEditDropDownIndent Enum

vcl-dxbreadcrumbedit-7cc758b6.md

latest1.2 KB
Original Source

TdxBreadcrumbEditDropDownIndent Enum

Enumerates dropdown window indent options.

Declaration

delphi
TdxBreadcrumbEditDropDownIndent = (
    ddiNone,
    ddiExplorerLike
);

Members

Name
ddiNone
ddiExplorerLike

Remarks

Values include:

ValueMeaningExample
ddiNoneNo indent. The left edges of the node and its dropdown window are aligned.
ddiExplorerLikeDisplays 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

TdxCustomBreadcrumbEditProperties.DropDownIndent

dxBreadcrumbEdit Unit