Back to Devexpress

TableView.UseConstantDataBarAnimationSpeed Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-9b2b0b77.md

latest1.3 KB
Original Source

TableView.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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace