DevExpress XtraGrid Row Header Invisible

To make the row header (indicator) invisible in DevExpress XtraGrid, follow the steps below.

  • 1 - "Run Designer" opens.
  • 2 - Select "Views" from the left panel.
  • 3 - Select "OptionsView" from the right side panel.
  • 4 - Set the "ShowIndicator" property to "false".

An example of setting it as code is given below..


myListGridView.OptionsView.ShowIndicator = false;       



You May Interest

DevExpress XtraGrid Selecting Only Cell on Row Click

Putting Multi Selection and Checkbox Columns in DevExpress XtraGr ...

DevExpress XtraGrid Column Header Post Settings

Closing DevExpress XtraGrid Group Panel

Setting DevExpress XtraGrid Row Height