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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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