TcxvgOptionsView.PaintStyle Property
Specifies the painting style of the grid control.
Declaration
property PaintStyle: TcxvgPaintStyle read; write;
Property Value
Type |
---|
TcxvgPaintStyle |
Remarks
Options include:
Value | Description | Picture |
---|---|---|
psdotNet | .NET painting style | |
psDelphi | Delphi painting style |
The PaintStyle property’s default value is psDotNet.
See Also