Back to Devexpress

ColorPickerStyle Class

aspnet-devexpress-dot-web-d571f4c3.md

latest2.3 KB
Original Source

ColorPickerStyle Class

Defines style settings for the color picker.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorPickerStyle :
    AppearanceStyleBase
vb
Public Class ColorPickerStyle
    Inherits AppearanceStyleBase

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ColorPickerStyle

See Also

ColorPickerStyle Members

Color Editor

Color Editor Elements

DevExpress.Web Namespace