ColorPickerStyle Class
In This Article
Defines style settings for the color picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ColorPickerStyle :
AppearanceStyleBase
#Related API Members
The following members return ColorPickerStyle objects:
#Remarks
The ColorPickerStyle class contains settings that define the style of the color picker in a color edit control.
An object of the ColorPickerStyle type can be accessed via the ASPxColorEdit.ColorPickerStyle property.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
ColorPickerStyle
See Also