Back to Devexpress

GridViewBase.UseAnimationWhenExpanding Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-eaed9313.md

latest1.1 KB
Original Source

GridViewBase.UseAnimationWhenExpanding Property

Gets or sets whether to play animation when expanding group rows. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to play animation when expanding group rows; false to immediately expand/collapse group rows.

|

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace