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
255
How to Bind Group Template Properties
posted

Hi all, I want to know how to bind the properties IsEnabled and Visibilty from the xaml in the outlookbar, for each element like : 

             <igOB:XamWebOutlookBar.GroupHeaderTemplate>
                <DataTemplate>
                    <TextBlock Text="{Binding Header}" />
                </DataTemplate>
            </igOB:XamWebOutlookBar.GroupHeaderTemplate>

 or something like : <Setter Property="IsEnabled"> and there put some template for each group ...

Any help will be appreciated...

Paul.