Skip to main content
All docs
V25.2
  • DXTreeView.CheckBoxExpandAnimationDuration Property

    Gets or sets the duration of the animation that shows/hides node checkboxes. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public TimeSpan CheckBoxExpandAnimationDuration { get; set; }

    Property Value

    Type Description
    TimeSpan

    The animation duration.

    Remarks

    For more information, refer to the following help topic: Show and Hide Checkboxes.

    See Also