Skip to main content
All docs
V25.2
  • ExcelFilterOptions.UseAnimationForTabs Property

    Controls tab animation.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool? UseAnimationForTabs { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to enable animated transitions between tabs; otherwise, false.

    See Also