Back to Devexpress

CalendarControlBase.AllowAnimatedContentChange Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-3fb3d743.md

latest2.0 KB
Original Source

CalendarControlBase.AllowAnimatedContentChange Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[DefaultValue(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Always)]
public virtual bool AllowAnimatedContentChange { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Overridable Property AllowAnimatedContentChange As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

VistaCalendarViewStyle

AnimationMode

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace