Back to Devexpress

TcxvgPaintStyle Enum

vcl-cxvgrid-c3082a9a.md

latest793 B
Original Source

TcxvgPaintStyle Enum

Enumerates the available painting styles of the vertical grid control.

Declaration

delphi
TcxvgPaintStyle = (
    psdotNet,
    psDelphi
);

Members

Name
psdotNet
psDelphi

Remarks

The TcxvgPaintStyle is used by the PaintStyle option that allows you to specify the painting style of the vertical grid control.

ValueMeaning
psdotNetThe grid is painted in .NET style.
psDelphiThe grid is painted in Delphi style.

The following image demonstrates a vertical grid control in psDelphi and psdotNet paint style respectively:

See Also

cxVGrid Unit