Skip to main content

GroupRowExpandButtonStyleSettings.RotateEasingFunction Property

Gets or sets an easing function applied to 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 EasingFunctionBase RotateEasingFunction { get; set; }

Property Value

Type Description
EasingFunctionBase

An easing function applied to the expand/collapse icon rotation.

Property Paths

You can access this nested property as listed below:

Object Type Path to RotateEasingFunction
GridControl
.GroupRowExpandButtonStyleSettings .RotateEasingFunction
See Also