TdxCustomBreadcrumbEdit.Color Property
In This Article
Specifies the breadcrumb editor’s background color.
#Declaration
Delphi
property Color; default clDefault;
#Property Value
Type | Default | Description |
---|---|---|
TColor | cl |
A background fill color. |
#Remarks
The Color property’s default value is clDefault.
See Also