GridLineOptions
Less than 1 minute
TDataGridEh.GridLineOptions
property GridLineOptions: TDataGridLineOptionsEh;published
Use this property to customize cell separator lines.
The GridLineOptions property is of type TDataGridLineOptionsEh and contains the following subproperties:
GridLineOptions.BrightColor
property BrightColor: TAlphaColor;Sets the color for the cell separator lines in the data section and footer section.
GridLineOptions.DarkColor
property DarkColor: TAlphaColor;Sets the color for the cell separator lines in the title section and indicator section.
GridLineOptions.HorzLinesVisible
property HorzLinesVisible: Boolean default True;Determines the visibility of all horizontal dividing lines in the grid.
GridLineOptions.VertLinesVisible
property VertLinesVisible: Boolean default True;Determines the visibility of all vertical dividing lines in the grid.
