ContextItemCollectionOptions.AnimationTime Property
Gets or sets the time required to show or hide context items.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 200 | A value that determines the time required to show or hide context items, in milliseconds. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AnimationTime |
|---|---|
| CameraControl |
|
| CalendarControlBase |
|
| ImageSlider |
|
| RepositoryItemPictureEdit |
|
| SvgImageBox |
|
| TileControl |
|
| TileView |
|
Remarks
The code below demonstrates how to change animation time.
The figure below demonstrates the result.

Alternatively, you can adjust AnimationTime in a control’s Properties window.

You can set the AnimationType to deactivate or change ContextItem animation.
See Also