TcxvgOptionsView.PaintStyle Property
In This Article
Specifies the painting style of the grid control.
#Declaration
Delphi
property PaintStyle: TcxvgPaintStyle read; write;
#Property Value
Type |
---|
Tcxvg |
#Remarks
Options include:
Value | Description | Picture |
---|---|---|
psdot |
.NET painting style | ![]() |
ps |
Delphi painting style | ![]() |
The PaintStyle property’s default value is psDotNet.
See Also