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

RibbonControl.OptionsAnimation Property

Provides access to animation settings for this RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonOptionsAnimation OptionsAnimation { get; }

#Property Value

Type Description
DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation

A DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation object that stores animation settings for this RibbonControl.

#Remarks

Through the OptionsAnimation group you can access properties that affect Ribbon animations.

  • PageCategoryShowAnimation - gets or sets whether or not custom ribbon categories appear using a slight fade animation effect. This setting affects both category captions and page headers of these contextual tabs. If this property is set to Default, the behavior is controlled by the WindowsFormsSettings.AnimationMode global setting. If the global setting is set to DisableAll or EnableLimited, the animation is disabled. Otherwise, the animation is enabled.
See Also