How to disable row header in devexpress xtragrid

Vyasdev Meledath picture Vyasdev Meledath · May 10, 2011 · Viewed 10.2k times · Source

Hai all,

I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are disabling the property of DataGrid by row header visbile into false.But how to disable in Devexpress.

Please Help

EDIT

enter image description here

Answer

Vyasdev Meledath picture Vyasdev Meledath · May 10, 2011

At last i found the answer !!!

set the GridView.OptionsView.ShowIndicator property to False.