TdxCustomColorGallery.ColorValue Property
Specifies the currently selected color.
Declaration
property ColorValue: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
ColorValue is a TColor equivalent of EditValue – you can use them interchangeably. Refer to the EditValue property description for more information on these properties.
See Also