Skip to main content

TcxvgPaintStyle Enum

Enumerates the available painting styles of the vertical grid control.

Declaration

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.

Value Meaning
psdotNet The grid is painted in .NET style.
psDelphi The grid is painted in Delphi style.

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

See Also