Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WidgetView.DocumentAnimationProperties Property

Provides access to properties that manage document animation for this WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DocumentAnimationProperties DocumentAnimationProperties { get; }

#Property Value

Type Description
DocumentAnimationProperties

A DocumentAnimationProperties object that stores properties that manage document animation for this WidgetView.

#Remarks

The DocumentAnimationProperties property provides access to the FrameCount and FrameInterval properties that specify the number of frames involved in animation and the time span between two frames respectively. Use these properties to speed up or slow down document animations.

DocumentAnimationProperties settings affect all animation types seen in the WidgetView, which are:

To reset all DocumentAnimationProperties settings to their default values, use the WidgetView.ResetDocumentAnimationProperties method.

See Also