Articles in this section
Category / Section

How to include the CubeDimensionBrowser in MainWindow

1 min read

This can be achieved by setting the style of CubeDimensionalBrowser with the DefaultCubeDimensionalBrowser style which makes the CubeDimensionalBrowser to be visible.

 

Code Snippet:

XAML

 
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Syncfusion.OlapTools.WPF;component/CubeDimensionBrowser/Themes/Styles.xaml" /> 
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
<syncfusion:CubeDimensionBrowser Margin="12,110,0,0" x:Name="cubeDimensionBrowser" HorizontalAlignment="Left" Width="200" Height="500" VerticalAlignment="Top" AllowNodeDragging="True" MouseMove="cubeDimensionBrowser_MouseMove" Drop="leftpanelborder_Drop" Style="{StaticResource DefaultCubeDimensionBrowser}" >
</syncfusion:CubeDimensionBrowser>
 

 

 

 

 

 

 

 

 

Figure: CubeDimension Browser in MainPage

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied