Skip to main content
A newer version of this page is available. .

GroupRowExpandButtonStyleSettings.Icon Property

Gets or sets the expand button’s icon.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public DXIconSource Icon { get; set; }

Property Value

Type Description
DXIconSource

The expand button’s icon.

Property Paths

You can access this nested property as listed below:

Object Type Path to Icon
GridControl
See Also