TdxCustomRangeControlStyle.Color Property
In This Article
Specifies the selected range’s background color.
#Declaration
Delphi
property Color: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
The default value of the Color property is clDefault.
See Also