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