TdxCustomBreadcrumbEditProperties.Borders Property
In This Article
Switches the visibility of the breadcrumb control’s borders.
#Declaration
Delphi
property Borders: TcxBorders read; write; default cxBordersAll;
#Property Value
Type | Default |
---|---|
Tcx |
cx |
#Remarks
Use this property to switch the visibility of individual borders.
The default value of the Borders property is cxBordersAll.
See Also