TcxvgPaintStyle Enum
In This Article
Enumerates the available painting styles of the vertical grid control.
#Declaration
Delphi
TcxvgPaintStyle = (
psdotNet,
psDelphi
);
#Members
Name |
---|
psdot
|
ps
|
#Remarks
The TcxvgPaintStyle is used by the PaintStyle option that allows you to specify the painting style of the vertical grid control.
Value | Meaning |
---|---|
psdot |
The grid is painted in .NET style. |
ps |
The grid is painted in Delphi style. |
The following image demonstrates a vertical grid control in psDelphi and psdotNet paint style respectively:
See Also