TdxCustomBreadcrumbEditProperties.DropDownRows Property
In This Article
Specifies the maximum number of rows that the breadcrumb node’s dropdown window occupies.
#Declaration
Delphi
property DropDownRows: Integer read; write; default dxBreadcrumbEditDefaultDropDownRows;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
The default value of the DropDownRows property is dxBreadcrumbEditDefaultDropDownRows.
See Also