Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxColorPickerOptionsView.Style Property

Specifies which color parameter is adjustable by the nearest slider to the right of the gamut box.

#Declaration

Delphi
property Style: TdxColorPickerStyle read; write; default cpsGamutAndLightnessSlider;

#Property Value

Type Default
TdxColorPickerStyle cpsGamutAndLightnessSlider

#Remarks

This property specifies the functionality of the nearest slider to the right of the gamut box. By default, this slider adjusts the lightness value of the color (the Style property is set to cpsGamutAndLightnessSlider). Set the Style property to cpsGamutAndHueSlider to make the slider control the hue value instead.

The default value of the Style property is cpsGamutAndLightnessSlider.

See Also