Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/PivotGridMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/PivotGridMainDemo/Modules/About.cs

using DevExpress.Tutorials;
using DevExpress.Utils;
using System;
using System.Drawing;

namespace DevExpress.XtraPivotGrid.Demos.Modules {
    public partial class About : ucAboutPage {
        public About() {
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // TODO: Add any initialization after the InitializeComponent call
        }
        protected override string ProductText {
            get {
                return @"When it comes to data mining and multi-dimensional analysis, the XtraPivotGrid Suite provides business users unrivaled insights into daily operations. With its powerful data architecture, our Pivot Grid Control is able to slice and dice information efficiently and provide customers with an extremely intuitive end-user experience. It delivers numerous layout customization options with total end-user control over each individual on-screen report.

Give the XtraPivotGrid Suite a try and see for yourself - if it is not the best and most comprehensive product library of its kind, return it to us within the first 60 days from purchase for an UNCONDITIONAL no questions asked refund!";
            }
        }
        protected override Image ProductImage {
            get {
                return ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraPivotGrid.Demos.Images.XtraPivotGrid.png", typeof(frmMain).Assembly);
            }
        }
        protected override Image ProductImageLight {
            get {
                return ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraPivotGrid.Demos.Images.XtraPivotGrid_light.png", typeof(frmMain).Assembly);
            }
        }
        protected override DevExpress.Utils.About.ProductKind ProductKind {
            get {
                return DevExpress.Utils.About.ProductKind.DXperienceWin;
            }
        }
    }
}