How to write syntax for Grid model properties in WinForms GridControl

15 Jun 20211 minute to read

From Essential Studio 9.4.6.20, it is not mandatory to specify the complete network to utilize the GridModel properties.

PROPERTIES DESCRIPTION TYPE DATA TYPE REFERENCE LINKS
ShowColumnHeaders Specifies whether column headers have to be shown GridControl Boolean Show or Hider Header
ShowRowHeaders Specifies whether row headers have to be shown. GridControl Boolean Show or Hider Header
DisplayHorizontalLines Specifies whether horizontal lines have to be displayed. GridControl Boolean Customize the Appearance
DisplayVerticalLines Specifies whether vertical lines have to be displayed. GridControl Boolean Customize the Appearance
GridLineColor Specifies the grid line color. GridControl Boolean Customize the Appearance
PrintColumnHeader Specifies whether column header has to be printed. GridControl Boolean Printing Options
PrintHorizontalLines Specifies whether horizontal lines have to be printed. GridControl Boolean Printing Options
PrintRowHeader Specifies whether row header has to be printed. GridControl Boolean Printing Options
PrintVerticalLines Specifies whether vertical lines have to be printed. GridControl Boolean Printing Options
PROPERTIES DESCRIPTION TYPE DATA TYPE REFERENCE LINKS
ActivateCurrentCellBehavior Used to set CurrentCell behavior GridControl Enum Grid Model Options
AllowScrollCurrentCellInView To set Allow Scroll in current cell view GridControl Enum Grid Model Options
AlphaBlendSelectionColor To select alpha blend selection color GridControl Enum Grid Model Options
ClickedOnDisabledCellBehavior Disable to click behavior GridControl Enum Grid Model Options
ShowCurrentCellBorderBehavior To show CurrentCell border behavior GridControl Enum Grid Model Options
DefaultGridBorderStyle To set Default Grid Border style. GridControl Enum Grid Model Options