Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool UseConstantDataBarAnimationSpeed { get; set; }

Property Value

Type Description
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