Back to Devexpress

TreeListView.UseConstantDataBarAnimationSpeed Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a444ac8c.md

latest1.3 KB
Original Source

TreeListView.UseConstantDataBarAnimationSpeed Property

Gets or sets whether data bars are animated with constant speed. This is dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, if data bars are animated with constant speed; otherwise, false.

|

Remarks

See the Formatting Values Using Data Bars topic to learn how to use data bars.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace