Skip to main content

GroupRowExpandButtonStyleSettings.RotateDuration Property

Gets or sets a duration of time for the expand/collapse icon rotation.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public Duration? RotateDuration { get; set; }

Property Value

Type Default Description
Nullable<Duration> 0:0:0.2

A duration of time for of the expand/collapse icon rotation.

Property Paths

You can access this nested property as listed below:

Object Type Path to RotateDuration
GridControl
See Also