Skip to main content
A newer version of this page is available. .

CalendarControlBase.AllowAnimatedContentChange Property

Gets or sets whether animation effects are applied when switching between calendar views.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(true)]
[DXCategory("Appearance")]
[DefaultValue(true)]
public bool AllowAnimatedContentChange { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if calendar views are switched using animation effects; otherwise, false.

Remarks

If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll, the animation is forcibly disabled, regardless of the AllowAnimatedContentChange property value.

See Also