Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Where is TabBarVisible properties?
posted

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

Parents
No Data
Reply
  • 3520
    Verified Answer
    Offline posted

    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.

Children
No Data