RibbonControl.OptionsAnimation Property
In This Article
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. |
A DevExpress. |
#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