DragBoxStyle.Opacity Property
Specifies the drag box’s transparency.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Nullable<Double> | null | A double number from 0 to 1. |
Remarks
This option accepts a value from 0 to 1: 0 makes the drag box transparent; 1 makes it opaque.
See Also