A newer version of this page is available.
Switch to the current version.
DragBoxStyle.Color Property
Specifies the drag box's color.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(Color), "")]
public Color Color { get; set; }
<DefaultValue(GetType(Color), "")>
Public Property Color As Color
Property Value
Type | Default | Description |
---|---|---|
Color | A string value that specifies the required color. |
Remarks
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
For more information, see the Color Tables at the Color Spot table.
See Also
Feedback