Skip to main content

GroupRowExpandButtonStyleSettings.RotateAngle Property

Gets or sets an angle, on which the expand button’s icon is rotated from the collapsed state to expanded.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Default Description
Nullable<Double> 90

An angle (in degrees, of clockwise rotation), on which the expand button’s icon is rotated from the collapsed state to expanded.

Property Paths

You can access this nested property as listed below:

Object Type Path to RotateAngle
GridControl
See Also