Hi ,
I am using TDB Grid and I want to use Native property for the object TDBGrid.
I want to use the following line of code which i can found from another online script.
WinFormsObject("gridControl").MainView.Columns.ColumnByName("gridColumnName").visible
But I could not find the "ColumnByName("gridColumnName").visible" option on my property list.
Can you please guide me how can I make enable theis property so i can use it?
Thanks
Darshana