ContextItemCollectionOptions.HoverStateOpacity Property
Gets or sets opacity for hovered context items.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(1F)]
[XtraSerializableProperty]
public float HoverStateOpacity { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Single | 1 | A value between 0 and 1 that determines opacity; 1 is for “opaque”, 0 is for “transparent”. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to HoverStateOpacity |
|---|---|
| CameraControl |
|
| CalendarControlBase |
|
| ImageSlider |
|
| RepositoryItemPictureEdit |
|
| SvgImageBox |
|
| TileControl |
|
| TileView |
|
Remarks
The code below demonstrates how to decrease opacity for a RatingContextButton when the mouse pointer hovers over the item.
The image below demonstrates the result.

Alternatively, you can set the NormalStateOpacity value in a control’s Properties window.

See Also