Skip to main content

DragBoxStyle.Color Property

Specifies the drag box’s color.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(Color), "")]
public Color Color { get; set; }

Property Value

Type Default Description
Color String.Empty

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