TdxBarColorCombo.ShowAutoColor Property
Determines whether the automatic color item is displayed in TdxBarColorCombo.
Declaration
property ShowAutoColor: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If ShowAutoColor is True, TdxBarColorCombo includes an automatic color item.
Use the AutoColor and AutoColorText properties to determine the color and text of the automatic color item.
See Also