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

IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFrameInterval Property

Gets or sets the interval between frames, used within switch Documents animation.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

int? SwitchDocumentAnimationFrameInterval { get; set; }

#Property Value

Type Description
Nullable<Int32>

An Int32 value that is the interval between frames, used within switch Documents animation.

#Remarks

You can turn on the animation that follows switching Documents within PageGroup and TabbedGroup containers via the IDocumentSelectorDefaultProperties.SwitchDocumentAnimationMode property. To set this animation’s speed, use the SwitchDocumentAnimationFrameInterval and IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFramesCount properties.

If specified, the SwitchDocumentAnimationFrameInterval property overrides the global setting common to all containers within the View. To specify this setting, use the IDocumentSelectorProperties.SwitchDocumentAnimationFrameInterval property instead.

See Also