Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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