Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/CarouselDemo.Wpf/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/CarouselDemo.Wpf/Modules/ItemsCount.xaml.cs

using System.Windows;
using System.Windows.Input;
using System.Windows.Controls.Primitives;
using DevExpress.Xpf.DemoBase;
using System.Windows.Controls;
using DevExpress.Xpf.Carousel;
using System.Collections.Generic;
using System.Windows.Shapes;
using System.Windows.Media;

namespace CarouselDemo {
    public partial class ItemsCount : CarouselDemoModule {
        public ItemsCount() {
            InitializeComponent();
            itemsControl.ItemsSource = CreateItems(@"/CarouselDemo;component/Data/Images/Icons", ItemType.BinaryImage);
        }
    }
}