Hi!
Where is TabBarVisible property in XamSpreadSheet?
http://help.infragistics.com/Help/Doc/WPF/2015.1/CLR4.0/html/xamSpreadsheet_Conf_Tab_Bar_Area.html#_Ref389748071
this page show TabBarVisible property, but our xamspreadsheet has no TabBarVisible property.
We need hide TabBar, how???
We use 15.1.20151.2188(WPF)
I'm not good at English Sorry
thanks
Hello Joseph,
The TabBarVisible is property of the WindowsOptions object of the Workbook as opposed to being a property of the XamSpreadsheet. The code for controlling its visibility would look as follows:
xamSpreadSheet1.Workbook.WindowOptions.TabBarVisible = false;
If you have any further questions on this matter, please do not hesitate to let us know.