Mini Kabibi Habibi
<UserControl x:Class="ChartsDemo.PaletteChooser"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:local="clr-namespace:ChartsDemo"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="320">
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/ChartsDemo;component/Themes/generic.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</UserControl.Resources>
<dx:GroupFrame MinWidth="230" Header="Palettes" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="0, -6, 0, 0">
<Grid x:Name="grPalettes" SnapsToDevicePixels="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</dx:GroupFrame>
</UserControl>