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.SwitchDocumentAnimationFramesCount Property

Gets or sets the number of frames used for Document switch animation within this Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

int? SwitchDocumentAnimationFramesCount { get; set; }

#Property Value

Type Description
Nullable<Int32>

An Int32 value that is the number of frames used for Document switch animation within this Content Container.

#Remarks

The SwitchDocumentAnimationFramesCount property allows you to customize the number of switch Documents animation frames. This animation is available for all PageGroup and TabbedGroup containers whose IDocumentSelectorDefaultProperties.SwitchDocumentAnimationMode property is not set to None. The greater the SwitchDocumentAnimationFramesCount property value, the smoother the switch animation looks. You can also increase or decrease time cells between neighboring animation frames via the IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFrameInterval property.

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

See Also