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

CustomDrawRowHeaderCellEventArgs.AllowGlyphSkinning Property

Gets or sets whether this row header cell’s icon can be painted with a foreground color.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public bool AllowGlyphSkinning { get; set; }

Property Value

Type Description
Boolean

true if this row header cell’s icon can be painted with a foreground color; otherwise, false.

Remarks

Use the AllowGlyphSkinning property when handling the VGridControlBase.CustomDrawRowHeaderCell event to specify whether an icon can be painted with a foreground color of the current row header cell.

See Also