Skip to main content

RibbonControl.OptionsAnimation Property

Provides access to animation settings for this RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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 (see the RibbonControl.ShowCategoryInCaption property) 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