Skip to main content

Tile.AnimateContentChange Property

Gets or sets whether to play the animation when the tile’s content changes. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool AnimateContentChange { get; set; }

Property Value

Type Description
Boolean

true to play the animation when the tile’s content changes; otherwise, false.

See Also