Back to Devexpress

CustomDrawRowHeaderCellEventArgs.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowheadercelleventargs-c7a1cd50.md

latest2.0 KB
Original Source

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

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

Declaration

csharp
public bool AllowGlyphSkinning { get; set; }
vb
Public Property AllowGlyphSkinning As Boolean

Property Value

TypeDescription
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

CustomDrawRowHeaderCell

Glyph Skinning

CustomDrawRowHeaderCellEventArgs Class

CustomDrawRowHeaderCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace