Back to Devexpress

TreeListView.AnimateConditionalFormattingTransition Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-697423d7.md

latest1.4 KB
Original Source

TreeListView.AnimateConditionalFormattingTransition Property

Gets or sets whether the conditional formatting is changed with an animation effect. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AnimateConditionalFormattingTransition { get; set; }
vb
Public Property AnimateConditionalFormattingTransition As Boolean

Property Value

TypeDescription
Boolean

true, if the conditional formatting is changed with an animation effect; otherwise, false.

|

Remarks

See the Conditional Formatting Animation section of the Conditional Formats topic to learn more.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace