Skip to main content

RepositoryItemDateEdit.AllowAnimatedContentChange Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
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