Back to Devexpress

DataUpdateFormatCondition.AnimationSettings Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataupdateformatcondition-f5baa1c9.md

latest1.7 KB
Original Source

DataUpdateFormatCondition.AnimationSettings Property

Gets or sets the animation settings of data update formatting. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataUpdateAnimationSettings AnimationSettings { get; set; }
vb
Public Property AnimationSettings As DataUpdateAnimationSettings

Property Value

TypeDescription
DataUpdateAnimationSettings

A DataUpdateAnimationSettings object that contains animation settings.

|

Remarks

The animation settings are in effect when the data update formatting is animated, i.e., the TableView.DataUpdateAnimationShowDuration and TableView.DataUpdateAnimationHideDuration properties are defined.

See Also

DataUpdateFormatCondition Class

DataUpdateFormatCondition Members

DevExpress.Xpf.Grid Namespace