TreeListView.StopAnimation(String, Int32) Method
In This Article
Stops the data update animation.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the field name of a column. |
row |
Int32 | An integer value that specifies the row’s handle. |
#Remarks
See the Formatting Changing Values topic to learn how to use the Data Update conditional format.
See Also