在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例桌面应用界面/GUI → DevExpress18.1.12.19333 完整源码 Sources

DevExpress18.1.12.19333 完整源码 Sources

桌面应用界面/GUI

下载此实例
  • 开发语言:C#
  • 实例大小:241.60M
  • 下载次数:92
  • 浏览次数:791
  • 发布时间:2022-06-08
  • 实例类别:桌面应用界面/GUI
  • 发 布 人:北海散人
  • 文件格式:.rar
  • 所需积分:2
 相关标签: DevExpress Express 18.1

实例介绍

【实例简介】DevExpress18.1.12.19333 完整源码 Sources

【实例截图】

from clipboard

【核心代码】

.
├── DevExpress18.1.12.19333_Sources
│   ├── BuildUWP
│   │   ├── GenerateStrongKey.bat
│   │   ├── PatchInternalVisibleTo.exe
│   │   ├── Readme.txt
│   │   ├── SDK
│   │   ├── buildUWP.bat
│   │   └── defines.bat
│   ├── DevExpress.AspNetCore.Bootstrap
│   │   ├── Accordion
│   │   ├── BinaryImage
│   │   ├── Button
│   │   ├── ButtonEdit
│   │   ├── Calendar
│   │   ├── CardView
│   │   ├── Chart
│   │   ├── CheckBox
│   │   ├── CheckBoxList
│   │   ├── Classes
│   │   ├── ComboBox
│   │   ├── DateEdit
│   │   ├── DevExpress.AspNetCore.Bootstrap.csproj
│   │   ├── DropDownEdit
│   │   ├── FormLayout
│   │   ├── Grid
│   │   ├── GridView
│   │   ├── Hyperlink
│   │   ├── ListBox
│   │   ├── Memo
│   │   ├── Menu
│   │   ├── ModelBinding
│   │   ├── PageControl
│   │   ├── PieChart
│   │   ├── PolarChart
│   │   ├── PopupControl
│   │   ├── PopupMenu
│   │   ├── ProgressBar
│   │   ├── Properties
│   │   ├── RadioButton
│   │   ├── RadioButtonList
│   │   ├── Scheduler
│   │   ├── Scripts
│   │   ├── Sparkline
│   │   ├── SpinEdit
│   │   ├── TabControl
│   │   ├── TagBox
│   │   ├── TextBox
│   │   ├── TimeEdit
│   │   ├── Toolbar
│   │   ├── TreeView
│   │   └── UploadControl
│   ├── DevExpress.AspNetCore.Common
│   │   ├── BuildersFactory.cs
│   │   ├── Configuration
│   │   ├── DevExpress.AspNetCore.Common.csproj
│   │   ├── Extensions
│   │   ├── IApplicationConfigurator.cs
│   │   ├── IClientResourceRegistrator.cs
│   │   ├── IServiceRegistrator.cs
│   │   ├── Properties
│   │   ├── Resources.cs
│   │   └── StyleSheetSettings.cs
│   ├── DevExpress.BonusSkins
│   │   ├── AssemblyInfo.cs
│   │   ├── BonusSkins.cs
│   │   ├── DevExpress.BonusSkins.csproj
│   │   ├── DevExpress.BonusSkins.skinblob
│   │   └── SkinData
│   ├── DevExpress.CodeConverter
│   │   ├── CSharpToVb
│   │   ├── ConvertArgs.cs
│   │   ├── ConvertArguments.cs
│   │   ├── ConvertResolver.cs
│   │   ├── ConvertRule.cs
│   │   ├── ConvertRules.cs
│   │   ├── DefaultResolver.cs
│   │   ├── DevExpress.CodeConverter.csproj
│   │   ├── LanguageContainerService.cs
│   │   ├── LanguageConverter.cs
│   │   ├── Properties
│   │   └── TypesContainer.cs
│   ├── DevExpress.CodeParser
│   │   ├── CSharp
│   │   ├── ChildrenEnumerator.cs
│   │   ├── CodeGen
│   │   ├── CodeGenFactory.cs
│   │   ├── Collections
│   │   ├── Coordinates
│   │   ├── Css
│   │   ├── DemandObjectManager.cs
│   │   ├── DevExpress.CodeParser.NetCore.csproj
│   │   ├── DevExpress.CodeParser.csproj
│   │   ├── Diagnostics
│   │   ├── ElementBuilders
│   │   ├── EmbededLanguageKind.cs
│   │   ├── EmptyLiteElements.cs
│   │   ├── EmptyStructuralParserServices.cs
│   │   ├── Enums.cs
│   │   ├── ExpressionInverterBase.cs
│   │   ├── FilteredSourceFile.cs
│   │   ├── Filters
│   │   ├── Helpers
│   │   ├── Html
│   │   ├── ImageIndex.cs
│   │   ├── Interfaces
│   │   ├── JavaScript
│   │   ├── Language
│   │   ├── LanguageElementRestorer.cs
│   │   ├── LanguageUtils.cs
│   │   ├── MacroInfo.cs
│   │   ├── MacroInfoCollection.cs
│   │   ├── Parser
│   │   ├── ParserFactory.cs
│   │   ├── ParserLanguage.cs
│   │   ├── ParserVersion.cs
│   │   ├── PathElement.cs
│   │   ├── Properties
│   │   ├── Signatures
│   │   ├── SourceFile.cs
│   │   ├── SourceTreeEnumerator.cs
│   │   ├── Tokenizer.cs
│   │   ├── VB
│   │   ├── VisualStudioDocument.cs
│   │   └── Xml
│   ├── DevExpress.CodedUIExtensionPackage
│   │   ├── CodedUIExtension
│   │   ├── CodedUIExtension.2012
│   │   ├── CodedUIExtension.2013
│   │   ├── CodedUIExtension.2015
│   │   ├── CodedUIExtension.2017
│   │   └── CodedUIExtension.2019
│   ├── DevExpress.Core
│   │   ├── AssemblyInfo.cs
│   │   ├── Core
│   │   ├── Data
│   │   ├── DevExpress.Core.csproj
│   │   ├── Navigation
│   │   ├── Properties
│   │   ├── ReportsClient
│   │   ├── TestUtils
│   │   ├── ThemeManager
│   │   ├── Themes
│   │   └── Visualization
│   ├── DevExpress.Core.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.Core.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.Dashboard
│   │   ├── DevExpress.Dashboard.AspNetCore
│   │   ├── DevExpress.Dashboard.Core
│   │   ├── DevExpress.Dashboard.Web
│   │   ├── DevExpress.Dashboard.Web.Design
│   │   ├── DevExpress.Dashboard.Web.Mvc
│   │   ├── DevExpress.Dashboard.Web.Mvc5
│   │   ├── DevExpress.Dashboard.Web.WebForms
│   │   ├── DevExpress.Dashboard.Win
│   │   ├── DevExpress.Dashboard.Win.Design
│   │   ├── DevExpress.Dashboard.Wpf
│   │   └── DevExpress.Dashboard.Wpf.Design
│   ├── DevExpress.Data
│   │   ├── AssemblyInfo.cs
│   │   ├── AssemblyVersion.cs
│   │   ├── Bitmaps256
│   │   ├── Browsing
│   │   ├── Controls
│   │   ├── DataController
│   │   ├── Db
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Data.NetCore.csproj
│   │   ├── DevExpress.Data.csproj
│   │   ├── DirectX
│   │   ├── EndUserFiltering
│   │   ├── Entity
│   │   ├── Export
│   │   ├── Filtering
│   │   ├── Platform
│   │   ├── Printing
│   │   ├── Properties
│   │   ├── PropertyNamesRes.de.resx
│   │   ├── PropertyNamesRes.es.resx
│   │   ├── PropertyNamesRes.ja.resx
│   │   ├── PropertyNamesRes.resx
│   │   ├── PropertyNamesRes.ru.resx
│   │   ├── ResFinder.cs
│   │   ├── Utils
│   │   └── XtraReports
│   ├── DevExpress.DataAccess
│   │   ├── DevExpress.DataAccess
│   │   ├── DevExpress.DataAccess.Design
│   │   └── DevExpress.DataAccess.UI
│   ├── DevExpress.DemoData
│   │   ├── DevExpress.DemoData
│   │   └── DevExpress.DemoData.Core
│   ├── DevExpress.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── Base
│   │   ├── Behavior
│   │   ├── Data
│   │   ├── DataAccess
│   │   ├── DevExpress.Design.csproj
│   │   ├── Editors
│   │   ├── EndUserFiltering
│   │   ├── Entity
│   │   ├── Images
│   │   ├── Metadata
│   │   ├── Mvvm
│   │   ├── Properties
│   │   ├── SmartTags
│   │   ├── ThemeKeys
│   │   ├── Themes
│   │   ├── UI
│   │   ├── Utils
│   │   └── VSIntegration
│   ├── DevExpress.Docs
│   │   ├── AssemblyInfo.cs
│   │   ├── BarCode
│   │   ├── Compression
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Docs.csproj
│   │   ├── Pdf
│   │   ├── Snap
│   │   ├── Spreadsheet
│   │   ├── Text
│   │   └── UnitConversion
│   ├── DevExpress.Drawing
│   │   ├── AssemblyInfo.cs
│   │   ├── BrushGenerator.cs
│   │   ├── COMWrapper.cs
│   │   ├── ConvertHelper.cs
│   │   ├── D2D
│   │   ├── D2DGraphicsObjectCache.cs
│   │   ├── DevExpress.Drawing.csproj
│   │   ├── DirectX
│   │   ├── DrawingUtils.cs
│   │   ├── GradientStop.cs
│   │   ├── HitTesting
│   │   ├── Interfaces
│   │   ├── NativeObjectFactory.cs
│   │   ├── NativeObjectShadow.cs
│   │   ├── Pdf
│   │   ├── Properties
│   │   ├── RendererBase.cs
│   │   ├── Svg
│   │   └── WIC
│   ├── DevExpress.ExpressApp
│   │   ├── DevExpress.ExpressApp
│   │   ├── DevExpress.ExpressApp.DataService
│   │   ├── DevExpress.ExpressApp.EF
│   │   ├── DevExpress.ExpressApp.Images
│   │   ├── DevExpress.ExpressApp.Mobile
│   │   ├── DevExpress.ExpressApp.Web
│   │   ├── DevExpress.ExpressApp.Win
│   │   └── DevExpress.ExpressApp.Xpo
│   ├── DevExpress.ExpressApp.Demos
│   │   ├── DevExpress.ExpressApp.Demos
│   │   └── DevExpress.ExpressApp.Demos.Win
│   ├── DevExpress.ExpressApp.Design
│   │   ├── DevExpress.ExpressApp.AuditTrail.Design
│   │   ├── DevExpress.ExpressApp.Design
│   │   ├── DevExpress.ExpressApp.Design.ModelEditor
│   │   ├── DevExpress.ExpressApp.HtmlPropertyEditor.Web.Design
│   │   ├── DevExpress.ExpressApp.PivotChart.Web.Design
│   │   ├── DevExpress.ExpressApp.Reports.Web.Design
│   │   ├── DevExpress.ExpressApp.Scheduler.Web.Design
│   │   ├── DevExpress.ExpressApp.Security.Design
│   │   ├── DevExpress.ExpressApp.Web.Design
│   │   └── DevExpress.ExpressApp.Win.Design
│   ├── DevExpress.ExpressApp.Modules
│   │   ├── DevExpress.ExpressApp.AuditTrail
│   │   ├── DevExpress.ExpressApp.Chart
│   │   ├── DevExpress.ExpressApp.Chart.Web
│   │   ├── DevExpress.ExpressApp.Chart.Win
│   │   ├── DevExpress.ExpressApp.CloneObject
│   │   ├── DevExpress.ExpressApp.CloneObject.Mobile
│   │   ├── DevExpress.ExpressApp.ConditionalAppearance
│   │   ├── DevExpress.ExpressApp.ConditionalAppearance.Mobile
│   │   ├── DevExpress.ExpressApp.Dashboards
│   │   ├── DevExpress.ExpressApp.Dashboards.Web
│   │   ├── DevExpress.ExpressApp.Dashboards.Win
│   │   ├── DevExpress.ExpressApp.EasyTest.WebAdapter
│   │   ├── DevExpress.ExpressApp.EasyTest.WinAdapter
│   │   ├── DevExpress.ExpressApp.FileAttachment.Mobile
│   │   ├── DevExpress.ExpressApp.FileAttachment.Web
│   │   ├── DevExpress.ExpressApp.FileAttachment.Win
│   │   ├── DevExpress.ExpressApp.HtmlPropertyEditor.Web
│   │   ├── DevExpress.ExpressApp.HtmlPropertyEditor.Win
│   │   ├── DevExpress.ExpressApp.Kpi
│   │   ├── DevExpress.ExpressApp.Localization.Mobile
│   │   ├── DevExpress.ExpressApp.Maps.Mobile
│   │   ├── DevExpress.ExpressApp.Maps.Web
│   │   ├── DevExpress.ExpressApp.Notifications
│   │   ├── DevExpress.ExpressApp.Notifications.Web
│   │   ├── DevExpress.ExpressApp.Notifications.Win
│   │   ├── DevExpress.ExpressApp.Objects
│   │   ├── DevExpress.ExpressApp.Office.Win
│   │   ├── DevExpress.ExpressApp.PivotChart
│   │   ├── DevExpress.ExpressApp.PivotChart.Web
│   │   ├── DevExpress.ExpressApp.PivotChart.Win
│   │   ├── DevExpress.ExpressApp.PivotGrid
│   │   ├── DevExpress.ExpressApp.PivotGrid.Web
│   │   ├── DevExpress.ExpressApp.PivotGrid.Win
│   │   ├── DevExpress.ExpressApp.Reports
│   │   ├── DevExpress.ExpressApp.Reports.Web
│   │   ├── DevExpress.ExpressApp.Reports.Win
│   │   ├── DevExpress.ExpressApp.ReportsV2
│   │   ├── DevExpress.ExpressApp.ReportsV2.Mobile
│   │   ├── DevExpress.ExpressApp.ReportsV2.Web
│   │   ├── DevExpress.ExpressApp.ReportsV2.Win
│   │   ├── DevExpress.ExpressApp.Scheduler
│   │   ├── DevExpress.ExpressApp.Scheduler.Web
│   │   ├── DevExpress.ExpressApp.Scheduler.Win
│   │   ├── DevExpress.ExpressApp.ScriptRecorder
│   │   ├── DevExpress.ExpressApp.ScriptRecorder.Web
│   │   ├── DevExpress.ExpressApp.ScriptRecorder.Win
│   │   ├── DevExpress.ExpressApp.Security
│   │   ├── DevExpress.ExpressApp.Security.EF
│   │   ├── DevExpress.ExpressApp.Security.Xpo
│   │   ├── DevExpress.ExpressApp.StateMachine
│   │   ├── DevExpress.ExpressApp.TreeListEditors
│   │   ├── DevExpress.ExpressApp.TreeListEditors.Web
│   │   ├── DevExpress.ExpressApp.TreeListEditors.Win
│   │   ├── DevExpress.ExpressApp.Validation
│   │   ├── DevExpress.ExpressApp.Validation.Mobile
│   │   ├── DevExpress.ExpressApp.Validation.Web
│   │   ├── DevExpress.ExpressApp.Validation.Win
│   │   └── DevExpress.ExpressApp.ViewVariantsModule
│   ├── DevExpress.ExpressApp.Tools
│   │   ├── DBUpdater
│   │   ├── DevExpress.ExpressApp.ModelEditor
│   │   └── DevExpress.ExpressApp.Updater
│   ├── DevExpress.ExpressApp.Workflow
│   │   ├── DevExpress.ExpressApp.Workflow
│   │   ├── DevExpress.ExpressApp.Workflow.Win
│   │   ├── DevExpress.Workflow.Activities
│   │   └── DevExpress.Workflow.Activities.Design
│   ├── DevExpress.Images
│   │   ├── AssemblyInfo.cs
│   │   ├── DevAV
│   │   ├── DevExpress.Images.csproj
│   │   ├── GrayScaleImages
│   │   ├── ImageCache.cs
│   │   ├── ImageList.cs
│   │   ├── ImageListCore.cs
│   │   ├── Images
│   │   ├── ImagesAssemblyLoader.cs
│   │   ├── ListGenerator
│   │   ├── Office2013
│   │   ├── Services.cs
│   │   ├── ShapeFiles
│   │   └── SvgImages
│   ├── DevExpress.Key
│   │   └── ReadMe.txt
│   ├── DevExpress.Mvvm
│   │   ├── DevExpress.Mvvm.DataModel
│   │   ├── DevExpress.Mvvm.DataModel.EF6
│   │   ├── DevExpress.Mvvm.DataModel.EFCore
│   │   ├── DevExpress.Mvvm.DataModel.WCF
│   │   ├── DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher
│   │   ├── DevExpress.Mvvm.ViewModel
│   │   └── DevExpress.Mvvm.Wpf
│   ├── DevExpress.Mvvm.UWP
│   │   ├── AssemblyVersion.cs
│   │   ├── CellValue.cs
│   │   ├── Commands
│   │   ├── DataAnnotations
│   │   ├── DevExpress.Mvvm.UWP.csproj
│   │   ├── ILockable.cs
│   │   ├── MessageBoxButtonLocalizer.cs
│   │   ├── Native
│   │   ├── Platform
│   │   ├── Properties
│   │   ├── Services
│   │   ├── TypeLocators
│   │   └── ViewModels
│   ├── DevExpress.Office
│   │   └── DevExpress.Office.Core
│   ├── DevExpress.Pdf
│   │   ├── DevExpress.Pdf.Core
│   │   ├── DevExpress.Pdf.Drawing
│   │   ├── DevExpress.XtraPdfViewer
│   │   └── DevExpress.XtraPdfViewer.Design
│   ├── DevExpress.Pdf.Core.UWP
│   │   ├── API
│   │   ├── CommandInterpreter
│   │   ├── DataRecognition
│   │   ├── DataSelection
│   │   ├── DevExpress.Pdf.Core.UWP.csproj
│   │   ├── DocumentModel
│   │   ├── DocumentState
│   │   ├── FontUtils
│   │   ├── IPdfInteractiveOperationController.cs
│   │   ├── IPdfViewer.cs
│   │   ├── ImageUtils
│   │   ├── Localization.cs
│   │   ├── PdfCache.cs
│   │   ├── PdfCommandConstructor.cs
│   │   ├── PdfCursor.cs
│   │   ├── PdfDisposableObject.cs
│   │   ├── PdfDocumentProcessorHelper.cs
│   │   ├── PdfEmbeddedResourceProvider.cs
│   │   ├── PdfFileSizeConverter.cs
│   │   ├── PdfMathUtils.cs
│   │   ├── PdfPixelFormat.cs
│   │   ├── PdfRGBColorData.cs
│   │   ├── PdfRgbaColor.cs
│   │   ├── PdfTarget.cs
│   │   ├── PdfTextMarkupAnnotationInfo.cs
│   │   ├── PdfUnicodeConverter.cs
│   │   ├── Platform
│   │   ├── PostScript
│   │   ├── ReadWrite
│   │   └── Text
│   ├── DevExpress.Persistent
│   │   ├── DevExpress.Persistent.Base
│   │   ├── DevExpress.Persistent.BaseImpl
│   │   └── DevExpress.Persistent.BaseImpl.EF
│   ├── DevExpress.SharePoint.2013
│   │   ├── DeploymentFiles
│   │   ├── DevExpress.SharePoint.2013.csproj
│   │   ├── GridView
│   │   ├── HtmlEditor
│   │   ├── Properties
│   │   └── SPxWebPart.cs
│   ├── DevExpress.SharePoint.2016
│   │   ├── DeploymentFiles
│   │   ├── DevExpress.SharePoint.2016.csproj
│   │   ├── GridView
│   │   ├── HtmlEditor
│   │   ├── Properties
│   │   └── SPxWebPart.cs
│   ├── DevExpress.Snap
│   │   ├── DevExpress.Snap
│   │   ├── DevExpress.Snap.Core
│   │   ├── DevExpress.Snap.Design
│   │   └── DevExpress.Snap.Extensions
│   ├── DevExpress.SpellChecker.Core
│   │   ├── Algoritms.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── CheckAsYouTypeManager.cs
│   │   ├── Collections.cs
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.SpellChecker.Core.csproj
│   │   ├── Dictionary
│   │   ├── Events.cs
│   │   ├── Hunspell
│   │   ├── ISpellDecompressor.cs
│   │   ├── Registrator.cs
│   │   ├── SpellCheckControlHelpers.cs
│   │   ├── SpellChecker.cs
│   │   ├── SpellChecker.resx
│   │   ├── SpellCheckerDictionary.cs
│   │   ├── SpellCheckerRules.cs
│   │   ├── SpellCheckerStrategies.cs
│   │   ├── TextUtils.cs
│   │   ├── TextUtils.resx
│   │   └── Utils.cs
│   ├── DevExpress.Themes
│   │   ├── AssemblyInfo.cs
│   │   ├── ColorParser.cs
│   │   ├── ColorScheme.cs
│   │   ├── ColorSchemeColor.cs
│   │   ├── ColorScope.cs
│   │   ├── DevExpress.Themes.csproj
│   │   ├── OldColorKeys.cs
│   │   ├── Properties
│   │   └── Themes
│   ├── DevExpress.Tutorials
│   │   ├── ActiveDemo
│   │   ├── AssemblyInfo.cs
│   │   ├── CodeDemoBase
│   │   ├── CodeExampleBase
│   │   ├── ColoredTextControl.cs
│   │   ├── ColoredTextControl.resx
│   │   ├── Controls.cs
│   │   ├── Description
│   │   ├── DevExpress.Tutorials.csproj
│   │   ├── FeedbackData
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.resx
│   │   ├── FrmMainBase.cs
│   │   ├── FrmMainBase.resx
│   │   ├── FrmMainTreeViewReg.cs
│   │   ├── FrmMainTreeViewReg.resx
│   │   ├── FrmWhatsThis.cs
│   │   ├── FrmWhatsThis.resx
│   │   ├── FrmWhatsThisTextOnly.cs
│   │   ├── FrmWhatsThisTextOnly.resx
│   │   ├── Images
│   │   ├── MainDemo
│   │   ├── ModuleBase.cs
│   │   ├── ModuleBase.resx
│   │   ├── ModuleWhatsThis.cs
│   │   ├── ModuleWhatsThis.resx
│   │   ├── Modules.cs
│   │   ├── Properties
│   │   ├── Resources
│   │   ├── Scheduler
│   │   ├── Utils.cs
│   │   ├── WebControlBase.cs
│   │   ├── WhatsThis.cs
│   │   └── XMLSerializer.cs
│   ├── DevExpress.UI.Xaml
│   │   ├── CircularElements
│   │   ├── Collection
│   │   ├── CommonControls
│   │   ├── DevExpress.UI.Xaml.csproj
│   │   ├── Flyout
│   │   ├── Gallery
│   │   ├── IconView
│   │   ├── Interfaces
│   │   ├── MultiPath
│   │   ├── Panel
│   │   ├── Properties
│   │   ├── RangeControl
│   │   ├── Selection
│   │   ├── SettingsBar
│   │   ├── Themes
│   │   ├── Triggers
│   │   ├── Utils
│   │   └── VisualStateControllers
│   ├── DevExpress.UI.Xaml.Charts
│   │   ├── Animation
│   │   ├── Appearance
│   │   ├── AssemblyInfo.cs
│   │   ├── Axes
│   │   ├── AxisElements
│   │   ├── CartesianChart.cs
│   │   ├── ChartBase.cs
│   │   ├── ChartData
│   │   ├── ChartElement.cs
│   │   ├── ChartRangeControlClient.cs
│   │   ├── Collections.cs
│   │   ├── Core
│   │   ├── Default.rd.xml
│   │   ├── DevExpress.UI.Xaml.Charts.csproj
│   │   ├── Domains
│   │   ├── ElementInfo.cs
│   │   ├── Elements
│   │   ├── EventArgs.cs
│   │   ├── FunnelChart.cs
│   │   ├── HitTesting
│   │   ├── Interfaces.cs
│   │   ├── Legend
│   │   ├── Palettes
│   │   ├── PieChart.cs
│   │   ├── Series
│   │   ├── Testers
│   │   ├── Themes
│   │   ├── ToolTip
│   │   ├── Utils
│   │   ├── View
│   │   ├── ViewController
│   │   └── VisualContainer
│   ├── DevExpress.UI.Xaml.Charts.Design
│   │   ├── AdornerProviders.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── ChartNewElementAdorner.xaml
│   │   ├── ChartNewElementAdorner.xaml.cs
│   │   ├── DevExpress.UI.Xaml.Charts
│   │   ├── DevExpress.UI.Xaml.Charts.Design.csproj
│   │   ├── Images
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Controls
│   │   ├── Controls
│   │   ├── DevExpress.UI.Xaml.Controls.csproj
│   │   ├── Properties
│   │   └── Themes
│   ├── DevExpress.UI.Xaml.Controls.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Controls
│   │   ├── DevExpress.UI.Xaml.Controls.Design.csproj
│   │   ├── Initializers
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml
│   │   ├── DevExpress.UI.Xaml.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Editors
│   │   ├── Controls
│   │   ├── DevExpress.UI.Xaml.Editors.csproj
│   │   ├── EditStrategy
│   │   ├── Localization
│   │   ├── Mask
│   │   ├── Properties
│   │   ├── Services
│   │   ├── Themes
│   │   ├── Utils
│   │   └── Validation
│   ├── DevExpress.UI.Xaml.Editors.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Editors
│   │   ├── DevExpress.UI.Xaml.Editors.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Gauges
│   │   ├── Animation
│   │   ├── AssemblyInfo.cs
│   │   ├── CircularGaugeControl.cs
│   │   ├── Collections.cs
│   │   ├── DevExpress.UI.Xaml.Gauges.csproj
│   │   ├── ElementLayout.cs
│   │   ├── GaugeBaseLayoutElement.cs
│   │   ├── GaugeControlBase.cs
│   │   ├── GaugeDependencyObject.cs
│   │   ├── GaugeElement.cs
│   │   ├── GaugeElementsPanel.cs
│   │   ├── GaugeLayoutPanel.cs
│   │   ├── HitTesting
│   │   ├── Indicators
│   │   ├── Interfaces.cs
│   │   ├── Layers
│   │   ├── LinearGaugeControl.cs
│   │   ├── Models
│   │   ├── Navigation
│   │   ├── Ranges
│   │   ├── ScaleElements
│   │   ├── Scales
│   │   ├── Themes
│   │   └── Utils
│   ├── DevExpress.UI.Xaml.Gauges.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Gauges
│   │   ├── DevExpress.UI.Xaml.Gauges.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Grid
│   │   ├── AssemblyInfo.cs
│   │   ├── Core
│   │   ├── DevExpress.UI.Xaml.Grid.csproj
│   │   ├── Grid
│   │   ├── GridTotalSummary.cs
│   │   ├── Properties
│   │   └── Themes
│   ├── DevExpress.UI.Xaml.Grid.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Grid
│   │   ├── DevExpress.UI.Xaml.Grid.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Layout
│   │   ├── AssemblyInfo.cs
│   │   ├── Base
│   │   ├── Controllers
│   │   ├── Controls
│   │   ├── DevExpress.UI.Xaml.Layout.csproj
│   │   ├── LayoutContainers
│   │   ├── LayoutElements
│   │   ├── NavigationElements
│   │   ├── Properties
│   │   ├── SuspensionManager
│   │   ├── Themes
│   │   ├── Utils
│   │   └── VisualElements
│   ├── DevExpress.UI.Xaml.Layout.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Layout
│   │   ├── DevExpress.UI.Xaml.Layout.Design.csproj
│   │   ├── Extensions.cs
│   │   ├── Features
│   │   ├── Helpers.cs
│   │   ├── Images
│   │   ├── LayoutGroupNewElementAdorner.xaml
│   │   ├── LayoutGroupNewElementAdorner.xaml.cs
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Map
│   │   ├── AssemblyInfo.cs
│   │   ├── Collections
│   │   ├── Colorizer
│   │   ├── DataProviders
│   │   ├── DevExpress.UI.Xaml.Map.csproj
│   │   ├── Elements
│   │   ├── FileLoaders
│   │   ├── GeoSystems
│   │   ├── Intefaces.cs
│   │   ├── Interaction
│   │   ├── Layers
│   │   ├── Localization.cs
│   │   ├── MapControl.cs
│   │   ├── MapDependencyObject.cs
│   │   ├── MapElement.cs
│   │   ├── MultiScaleImage
│   │   ├── Navigation
│   │   ├── Properties
│   │   ├── Statistics
│   │   ├── StringResources.cs
│   │   ├── Themes
│   │   ├── ToolTip
│   │   ├── Utils
│   │   └── ViewController
│   ├── DevExpress.UI.Xaml.Map.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Map
│   │   ├── DevExpress.UI.Xaml.Map.Design.csproj
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.UI.Xaml.Ribbon
│   │   ├── DevExpress.UI.Xaml.Ribbon.csproj
│   │   ├── Properties
│   │   ├── Ribbon
│   │   └── Themes
│   ├── DevExpress.UI.Xaml.Ribbon.Design
│   │   ├── AssemblyInfo.cs
│   │   ├── DevExpress.UI.Xaml.Ribbon
│   │   ├── DevExpress.UI.Xaml.Ribbon.Design.csproj
│   │   ├── Initializers
│   │   └── RegisterMetadata.cs
│   ├── DevExpress.Utils
│   │   ├── AboutDialog.cs
│   │   ├── AboutDialog.resx
│   │   ├── AboutDialog12.cs
│   │   ├── Accessibility.cs
│   │   ├── AdornerUIManager
│   │   ├── AnimationEffects
│   │   ├── Animator.cs
│   │   ├── Appearance.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── AttributesEdit.cs
│   │   ├── Automation
│   │   ├── Base
│   │   ├── BasePopupToolWindow.cs
│   │   ├── Behaviors
│   │   ├── BufferedGraphics.cs
│   │   ├── ButtonPanel
│   │   ├── Check.cs
│   │   ├── Clipping.cs
│   │   ├── CodedUISupport
│   │   ├── Colors.cs
│   │   ├── CommonDialogs
│   │   ├── Compressor.cs
│   │   ├── ContextButton.cs
│   │   ├── ControlAnimationManager.cs
│   │   ├── Controls.cs
│   │   ├── Cursors
│   │   ├── DPIAwareImageCollection.cs
│   │   ├── DTECore.cs
│   │   ├── DXTreeView.cs
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── Design
│   │   ├── DevExpress.Utils.csproj
│   │   ├── DevExpress.Utils.skinblob
│   │   ├── Dialogs.cs
│   │   ├── DirectXPaint
│   │   ├── DocumentView
│   │   ├── Drag.cs
│   │   ├── DragArrows.png
│   │   ├── DragController.cs
│   │   ├── DragDrop.cs
│   │   ├── DragDropManager
│   │   ├── DragRemove.cur
│   │   ├── DrawHString.cs
│   │   ├── DxImageUri.cs
│   │   ├── EndUserFiltering
│   │   ├── ExToolTip.cs
│   │   ├── ExToolTipHelpers.cs
│   │   ├── Extensions.cs
│   │   ├── FileSystemHelper.cs
│   │   ├── FlyoutPanel.cs
│   │   ├── FormShadow
│   │   ├── Gesture.cs
│   │   ├── GroupButtons.bmp
│   │   ├── Groups.cs
│   │   ├── Guide.cs
│   │   ├── Hook.cs
│   │   ├── ImageCollection.cs
│   │   ├── ImageLoader.cs
│   │   ├── ImageOptions.cs
│   │   ├── Images
│   │   ├── Indicator.bmp
│   │   ├── Library.cs
│   │   ├── LicenseProvider.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── LookAndFeel.cs
│   │   ├── LookAndFeelProviderHelper.cs
│   │   ├── MVVM
│   │   ├── Magnifier
│   │   ├── Menu.cs
│   │   ├── Menus.cs
│   │   ├── MouseWheelScrollHelper.cs
│   │   ├── Navigation.cs
│   │   ├── Options.cs
│   │   ├── Pager.cs
│   │   ├── Painting
│   │   ├── PickItemsContainer.cs
│   │   ├── ProcessHelper.cs
│   │   ├── Properties
│   │   ├── PropertyNamesRes.Designer.cs
│   │   ├── PropertyNamesRes.de.resx
│   │   ├── PropertyNamesRes.es.resx
│   │   ├── PropertyNamesRes.ja.resx
│   │   ├── PropertyNamesRes.resx
│   │   ├── PropertyNamesRes.ru.resx
│   │   ├── RangeControl.cs
│   │   ├── ReflectionHelper.cs
│   │   ├── RegionalSettings.cs
│   │   ├── ResFinder.cs
│   │   ├── Resources
│   │   ├── SVG
│   │   ├── ScaleDPI
│   │   ├── Scroll.bmp
│   │   ├── ScrollBar.cs
│   │   ├── ScrollBarHelper.cs
│   │   ├── ScrollBarTouch.cs
│   │   ├── ScrollableControl
│   │   ├── Scroller.cs
│   │   ├── SearchControl.cs
│   │   ├── SeparatorControl.cs
│   │   ├── Shadows.cs
│   │   ├── Shortcut.cs
│   │   ├── SidePanel
│   │   ├── SimpleControl.cs
│   │   ├── SkinData
│   │   ├── Skins
│   │   ├── SmartTags.cs
│   │   ├── StartDragController.cs
│   │   ├── StyleLayout.cs
│   │   ├── Taskbar
│   │   ├── ToggleSwitch.cs
│   │   ├── ToolBoxIcons
│   │   ├── ToolTipController.cs
│   │   ├── TouchHelpers.cs
│   │   ├── TransitionControl.cs
│   │   ├── UndoManager.cs
│   │   ├── Utils.cs
│   │   ├── ValueCache.cs
│   │   ├── ViewStyle.cs
│   │   ├── WinControls.cs
│   │   ├── WinUtils.cs
│   │   ├── WizardUtils.cs
│   │   ├── WorkspaceManager
│   │   ├── XtraFrames
│   │   ├── XtraPrinting
│   │   ├── rc.png
│   │   └── wait.gif
│   ├── DevExpress.Utils.UI
│   │   ├── BarUIControls.cs
│   │   ├── CollectionEditorContentControl.Designer.cs
│   │   ├── CollectionEditorContentControl.cs
│   │   ├── CollectionEditorContentControl.de.resx
│   │   ├── CollectionEditorContentControl.es.resx
│   │   ├── CollectionEditorContentControl.ja.resx
│   │   ├── CollectionEditorContentControl.resx
│   │   ├── CollectionEditorContentControl.ru.resx
│   │   ├── CollectionEditorFormBase.cs
│   │   ├── CollectionEditorFormBase.de.resx
│   │   ├── CollectionEditorFormBase.es.resx
│   │   ├── CollectionEditorFormBase.ja.resx
│   │   ├── CollectionEditorFormBase.resx
│   │   ├── CollectionEditorFormBase.ru.resx
│   │   ├── ComponentNodeBase.cs
│   │   ├── CultureHelper.cs
│   │   ├── DataMemberListEditor.cs
│   │   ├── DataMemberListNode.cs
│   │   ├── DataMemberListNodeBase.cs
│   │   ├── DataSourceListNode.cs
│   │   ├── DataSourceNativeTreeList.cs
│   │   ├── DataSourceProxy.cs
│   │   ├── DesignBindingEditor.cs
│   │   ├── DesignLookAndFeelHelper.cs
│   │   ├── DesignTreeListBindingPicker.cs
│   │   ├── DevExpress.Utils.UI.csproj
│   │   ├── EditorHelper.cs
│   │   ├── FilterFormParametersOwner.cs
│   │   ├── FilterStringControl.cs
│   │   ├── FilterStringEditorForm.cs
│   │   ├── FilterStringEditorForm.de.resx
│   │   ├── FilterStringEditorForm.es.resx
│   │   ├── FilterStringEditorForm.ja.resx
│   │   ├── FilterStringEditorForm.resx
│   │   ├── FilterStringEditorForm.ru.resx
│   │   ├── FormatStringEditorForm.cs
│   │   ├── FormatStringEditorForm.de.resx
│   │   ├── FormatStringEditorForm.es.resx
│   │   ├── FormatStringEditorForm.ja.resx
│   │   ├── FormatStringEditorForm.resx
│   │   ├── FormatStringEditorForm.ru.resx
│   │   ├── HandleHelper.cs
│   │   ├── INewParameterEditorView.cs
│   │   ├── IParameterCreator.cs
│   │   ├── IXRMenuCommandService.cs
│   │   ├── Images
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── NativeDesignerHost.cs
│   │   ├── NewParameterEditorPresenter.cs
│   │   ├── ParameterCollectionEditor.cs
│   │   ├── ParameterEditorService.cs
│   │   ├── PopupBindingPicker.cs
│   │   ├── Properties
│   │   ├── PropertyGridUserControl.cs
│   │   ├── ReportsEditorFormBase.cs
│   │   ├── ResFinder.cs
│   │   ├── ResLoader.cs
│   │   ├── RuntimeBarManager.cs
│   │   ├── SimpleTextAlignmentEdit.cs
│   │   ├── StringArrayEditor.cs
│   │   ├── StringArrayEditorForm.cs
│   │   ├── StringArrayEditorForm.de.resx
│   │   ├── StringArrayEditorForm.es.resx
│   │   ├── StringArrayEditorForm.ja.resx
│   │   ├── StringArrayEditorForm.resx
│   │   ├── StringArrayEditorForm.ru.resx
│   │   ├── StubTypeDescriptorContext.cs
│   │   ├── SummaryEditorForm.cs
│   │   ├── SummaryEditorForm.de.resx
│   │   ├── SummaryEditorForm.es.resx
│   │   ├── SummaryEditorForm.ja.resx
│   │   ├── SummaryEditorForm.resx
│   │   ├── SummaryEditorForm.ru.resx
│   │   ├── SummaryEditorFormBase.cs
│   │   ├── SummaryEditorFormBase.de.resx
│   │   ├── SummaryEditorFormBase.es.resx
│   │   ├── SummaryEditorFormBase.ja.resx
│   │   ├── SummaryEditorFormBase.resx
│   │   ├── SummaryEditorFormBase.ru.resx
│   │   ├── TextAlignmentEdit.cs
│   │   ├── TextAlignmentEditor.cs
│   │   ├── TlbrImages
│   │   ├── TreeListNativePickManager.cs
│   │   ├── TreeListPicker.cs
│   │   ├── TreeViewTypePickEditor.cs
│   │   ├── TypeConverters.cs
│   │   ├── TypeDescriptorContext.cs
│   │   ├── UtilsUILocalizerGenerator.cs
│   │   ├── XmlSchemaEditorControl.Designer.cs
│   │   ├── XmlSchemaEditorControl.cs
│   │   ├── XmlSchemaEditorControl.de.resx
│   │   ├── XmlSchemaEditorControl.es.resx
│   │   ├── XmlSchemaEditorControl.ja.resx
│   │   ├── XmlSchemaEditorControl.resx
│   │   ├── XmlSchemaEditorControl.ru.resx
│   │   ├── XmlSchemaEditorForm.cs
│   │   ├── XmlSchemaEditorForm.de.resx
│   │   ├── XmlSchemaEditorForm.es.resx
│   │   ├── XmlSchemaEditorForm.ja.resx
│   │   ├── XmlSchemaEditorForm.resx
│   │   ├── XmlSchemaEditorForm.ru.resx
│   │   └── formatstring.xml
│   ├── DevExpress.Web
│   │   ├── AccountManager
│   │   ├── AspNetCore
│   │   ├── Bitmaps256
│   │   ├── Button
│   │   ├── Calendar
│   │   ├── Callback
│   │   ├── CallbackPanel
│   │   ├── Captcha
│   │   ├── CheckEdit
│   │   ├── Classes
│   │   ├── CloudControl
│   │   ├── Css
│   │   ├── DataView
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.AspNetCore.Core.csproj
│   │   ├── DevExpress.Web.csproj
│   │   ├── Docking
│   │   ├── DropDownEdit
│   │   ├── Edit
│   │   ├── FileManager
│   │   ├── FilterControl
│   │   ├── FormLayout
│   │   ├── GlobalEvents
│   │   ├── Grid
│   │   ├── GridLookup
│   │   ├── GridToolbar
│   │   ├── Headline
│   │   ├── HiddenField
│   │   ├── Hint
│   │   ├── ImageControls
│   │   ├── Images
│   │   ├── ListEdit
│   │   ├── LoadingPanel
│   │   ├── MediaFileSelector
│   │   ├── Menu
│   │   ├── NavBar
│   │   ├── NewsControl
│   │   ├── ObjectContainer
│   │   ├── Office
│   │   ├── Pager
│   │   ├── Panel
│   │   ├── PopupControl
│   │   ├── ProgressBar
│   │   ├── Properties
│   │   ├── RatingControl
│   │   ├── ResourceManagers
│   │   ├── Ribbon
│   │   ├── RoundPanel
│   │   ├── Scripts
│   │   ├── ServerMode
│   │   ├── SiteMapControl
│   │   ├── SpinEdit
│   │   ├── Splitter
│   │   ├── StaticEdit
│   │   ├── TabControl
│   │   ├── TextEdit
│   │   ├── Timer
│   │   ├── TitleIndex
│   │   ├── TrackBar
│   │   ├── TreeView
│   │   ├── UploadControl
│   │   ├── ValidationSummary
│   │   └── WebClientUIControl
│   ├── DevExpress.Web.ASPxGauges
│   │   ├── ASPxGaugeControl.cs
│   │   ├── Base
│   │   ├── Builders
│   │   ├── Data
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxGauges.csproj
│   │   ├── Events
│   │   ├── Gauges
│   │   ├── Images
│   │   ├── LicenseProvider.cs
│   │   ├── Printing
│   │   ├── Properties
│   │   └── Scripts
│   ├── DevExpress.Web.ASPxHtmlEditor
│   │   ├── ASPxHtmlEditor.Events.cs
│   │   ├── ASPxHtmlEditor.Scripts.cs
│   │   ├── ASPxHtmlEditor.Settings.cs
│   │   ├── ASPxHtmlEditor.Styles.cs
│   │   ├── ASPxHtmlEditor.bmp
│   │   ├── ASPxHtmlEditor.cs
│   │   ├── ClientSideEvents.cs
│   │   ├── ClientState.cs
│   │   ├── ContextMenu.cs
│   │   ├── Controls.cs
│   │   ├── Css
│   │   ├── CssFiles.cs
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxHtmlEditor.csproj
│   │   ├── Dialogs.cs
│   │   ├── Document.cs
│   │   ├── Events.cs
│   │   ├── FileManager.cs
│   │   ├── Forms
│   │   ├── Helpers
│   │   ├── Html
│   │   ├── Images
│   │   ├── Images.cs
│   │   ├── LicenseProvider.cs
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── ObsoleteDialogsProperties.cs
│   │   ├── PasteOptionsBarControl.cs
│   │   ├── Placeholders.cs
│   │   ├── Properties
│   │   ├── RoundPanel.cs
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── Shortcuts.cs
│   │   ├── Styles.cs
│   │   ├── Toolbars
│   │   ├── UploadControl.cs
│   │   └── Utils.cs
│   ├── DevExpress.Web.ASPxPivotGrid
│   │   ├── ASPxPivotCustomizationControl.bmp
│   │   ├── ASPxPivotGrid.bmp
│   │   ├── ASPxPivotGridExporter.bmp
│   │   ├── AspxSerializerWrapper.cs
│   │   ├── CallbackState.cs
│   │   ├── ClientSideEvents.cs
│   │   ├── Css
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxPivotGrid.csproj
│   │   ├── Export
│   │   ├── FieldCalculations.cs
│   │   ├── Html
│   │   ├── Images
│   │   ├── Localization.cs
│   │   ├── PivotChartDataSource.cs
│   │   ├── PivotFilterPopup.cs
│   │   ├── PivotGridControl.cs
│   │   ├── PivotGridData.cs
│   │   ├── PivotGridEvents.cs
│   │   ├── PivotGridFields.cs
│   │   ├── PivotGridImages.cs
│   │   ├── PivotGridMenu.cs
│   │   ├── PivotGridOptions.cs
│   │   ├── PivotGridPager.cs
│   │   ├── PivotGridPostbackActions.cs
│   │   ├── PivotGridRenderHelper.cs
│   │   ├── Properties
│   │   ├── Scripts
│   │   ├── Styles.cs
│   │   └── Templates.cs
│   ├── DevExpress.Web.ASPxRichEdit
│   │   ├── ASPxInternalRichEditDocumentServer.cs
│   │   ├── ASPxRichEdit.bmp
│   │   ├── ASPxRichEdit.cs
│   │   ├── ClientSideEvents.cs
│   │   ├── Commands
│   │   ├── Controls.cs
│   │   ├── Css
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxRichEdit.csproj
│   │   ├── DiagnosticTools.cs
│   │   ├── Dialogs.cs
│   │   ├── Export
│   │   ├── Forms
│   │   ├── Gulpfile.js
│   │   ├── Images
│   │   ├── Images.cs
│   │   ├── Import
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── PopupMenu.cs
│   │   ├── Properties
│   │   ├── Ribbon
│   │   ├── RichEditDownloadManager.cs
│   │   ├── RichEditPresetStylesHelper.cs
│   │   ├── RichEditRequestManager.cs
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── SettingsCore.cs
│   │   ├── SpellChecker.cs
│   │   ├── Styles.cs
│   │   ├── WorkSession
│   │   └── _references.ts
│   ├── DevExpress.Web.ASPxScheduler
│   │   ├── DevExpress.Web.ASPxScheduler
│   │   └── DevExpress.Web.ASPxScheduler.Design
│   ├── DevExpress.Web.ASPxScriptIntelliSense
│   │   ├── ASPxScriptIntelliSense.js
│   │   ├── devexpress-aspnetcore-bootstrap.d.ts
│   │   ├── devexpress-web.d.ts
│   │   ├── jquery.d.ts
│   │   └── knockout.d.ts
│   ├── DevExpress.Web.ASPxSpellChecker
│   │   ├── ASPxSpellChecker.bmp
│   │   ├── ASPxSpellChecker.cs
│   │   ├── ClientSideEvents.cs
│   │   ├── Controls.cs
│   │   ├── Css
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxSpellChecker.csproj
│   │   ├── DialogForm.cs
│   │   ├── Dictionaries.cs
│   │   ├── Forms
│   │   ├── Images
│   │   ├── Images.cs
│   │   ├── LicenseProvider.cs
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── Properties
│   │   ├── Scripts
│   │   ├── SpellCheckerInternal.cs
│   │   ├── SpellCheckerSettings.cs
│   │   └── Styles.cs
│   ├── DevExpress.Web.ASPxSpreadsheet
│   │   ├── ASPxSpreadsheet.bmp
│   │   ├── ASPxSpreadsheet.cs
│   │   ├── ClientSideEvents.cs
│   │   ├── ClipboardStorage
│   │   ├── Commands.cs
│   │   ├── Controls.cs
│   │   ├── Core
│   │   ├── Css
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxSpreadsheet.csproj
│   │   ├── Dialogs.cs
│   │   ├── DisplayArea.cs
│   │   ├── Events.cs
│   │   ├── Export
│   │   ├── Forms
│   │   ├── Helpers
│   │   ├── Images
│   │   ├── Images.cs
│   │   ├── JSONTypes.cs
│   │   ├── LicenseProvider.cs
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── ObsoleteDialogsProperties.cs
│   │   ├── Properties
│   │   ├── RenderHelper.cs
│   │   ├── RenderProvider.cs
│   │   ├── Ribbon
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── Styles.cs
│   │   ├── TabControl.cs
│   │   └── WorkSession
│   ├── DevExpress.Web.ASPxThemes
│   │   ├── App_Themes
│   │   ├── DevExpress.Web.ASPxThemes.csproj
│   │   ├── Icons
│   │   ├── Properties
│   │   └── ThemesProvider.cs
│   ├── DevExpress.Web.ASPxTreeList
│   │   ├── BatchEditHelper.cs
│   │   ├── Bitmaps256
│   │   ├── ClientSideEvents.cs
│   │   ├── Columns.cs
│   │   ├── Commands.cs
│   │   ├── Css
│   │   ├── Data.cs
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DevExpress.Web.ASPxTreeList.csproj
│   │   ├── Enums.cs
│   │   ├── Events.cs
│   │   ├── Export
│   │   ├── FilterHelper.cs
│   │   ├── Images
│   │   ├── Images.cs
│   │   ├── LicenseProvider.cs
│   │   ├── Localization.cs
│   │   ├── LocalizationRes.de.resx
│   │   ├── LocalizationRes.es.resx
│   │   ├── LocalizationRes.ja.resx
│   │   ├── LocalizationRes.resx
│   │   ├── LocalizationRes.ru.resx
│   │   ├── Nodes.cs
│   │   ├── Pager.cs
│   │   ├── Properties
│   │   ├── Rendering
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── Styles.cs
│   │   ├── Summary.cs
│   │   ├── Templates.cs
│   │   ├── Toolbars.cs
│   │   ├── TreeList.cs
│   │   └── Utils.cs
│   ├── DevExpress.Web.Bootstrap
│   │   ├── Accordion
│   │   ├── AspNetCore
│   │   ├── Bitmaps256
│   │   ├── Button
│   │   ├── Calendar
│   │   ├── CallbackPanel
│   │   ├── CardView
│   │   ├── Charts
│   │   ├── CheckEdit
│   │   ├── Classes
│   │   ├── Css
│   │   ├── Descriptions.cs
│   │   ├── Descriptions.resx
│   │   ├── DesignTimeImages
│   │   ├── DevExpress.AspNetCore.Bootstrap.Render.csproj
│   │   ├── DevExpress.Web.Bootstrap.csproj
│   │   ├── DropDownEdit
│   │   ├── Edit
│   │   ├── Font
│   │   ├── FormLayout
│   │   ├── Grid
│   │   ├── GridView
│   │   ├── HyperLink
│   │   ├── ImageEdit
│   │   ├── LicenseProvider.cs
│   │   ├── ListEdit
│   │   ├── Menu
│   │   ├── Pager
│   │   ├── PopupControl
│   │   ├── ProgressBar
│   │   ├── Properties
│   │   ├── RangeSelector
│   │   ├── Scheduler
│   │   ├── Scripts
│   │   ├── Sparkline
│   │   ├── SpinEdit
│   │   ├── TabControl
│   │   ├── TextEdit
│   │   ├── Toolbar
│   │   ├── TreeView
│   │   ├── UploadControl
│   │   └── Utils
│   ├── DevExpress.Web.Bootstrap.Design
│   │   ├── BootstrapAccordionDesigner.cs
│   │   ├── BootstrapButtonDesigner.cs
│   │   ├── BootstrapCallbackPanelDesigner.cs
│   │   ├── BootstrapCardViewDesigner.cs
│   │   ├── BootstrapEditorsDesigner.cs
│   │   ├── BootstrapFormLayoutDesigner.cs
│   │   ├── BootstrapGridViewDesigner.cs
│   │   ├── BootstrapMenuDesigner.cs
│   │   ├── BootstrapPagerDesigner.cs
│   │   ├── BootstrapPopupDesigner.cs
│   │   ├── BootstrapTabControlDesigner.cs
│   │   ├── BootstrapToolbarDesigner.cs
│   │   ├── BootstrapTreeViewDesigner.cs
│   │   ├── BootstrapUploadControlDesigner.cs
│   │   ├── BootstrapWebUIDataControlDesigner.cs
│   │   ├── Charts
│   │   ├── DevExpress.Web.Bootstrap.Design.csproj
│   │   ├── FeatureBrowser
│   │   ├── Properties
│   │   ├── RangeSelector
│   │   ├── Scheduler
│   │   ├── Sparkline
│   │   └── Utils
│   ├── DevExpress.Web.DemoData
│   │   ├── Common
│   │   ├── Compilation
│   │   ├── Controls
│   │   ├── Data
│   │   ├── DataModels
│   │   ├── DevExpress.AspNetCore.DemoData.csproj
│   │   ├── DevExpress.Web.DemoData.csproj
│   │   ├── Models
│   │   ├── Properties
│   │   ├── ResourcesUtils.cs
│   │   └── bin
│   ├── DevExpress.Web.DemoTheme
│   │   ├── App_Themes
│   │   ├── DevExpress.Web.DemoTheme.csproj
│   │   ├── Properties
│   │   └── ThemesProvider.cs
│   ├── DevExpress.Web.Design
│   │   ├── ASPxDocumentViewerDesigner.cs
│   │   ├── ASPxQueryBuilderDesigner.cs
│   │   ├── ASPxReportDesignerDesigner.cs
│   │   ├── ASPxWebDocumentViewerDesigner.cs
│   │   ├── About
│   │   ├── BinaryImageDesigner.cs
│   │   ├── ButtonDesigner.cs
│   │   ├── CalendarDesigner.cs
│   │   ├── CallbackDesigner.cs
│   │   ├── CallbackPanelDesigner.cs
│   │   ├── CaptchaDesigner.cs
│   │   ├── CardViewDesigner.cs
│   │   ├── CheckEditDesigner.cs
│   │   ├── CircularGaugeComponentDesigner.cs
│   │   ├── CircularGaugeDesigner.cs
│   │   ├── CloudControlDesigner.cs
│   │   ├── ColorEditDesigner.cs
│   │   ├── ComboBoxDesigner.cs
│   │   ├── Controls
│   │   ├── Converters
│   │   ├── Cursors
│   │   ├── DataViewControlDesigner.cs
│   │   ├── DataWebControlDesigner.cs
│   │   ├── DateEditDesigner.cs
│   │   ├── DevExpress.Web.Design.csproj
│   │   ├── DigitalGaugeComponentDesigner.cs
│   │   ├── DigitalGaugeDesigner.cs
│   │   ├── DockManagerDesigner.cs
│   │   ├── DockPanelDesigner.cs
│   │   ├── DockZoneDesigner.cs
│   │   ├── DropDownEditDesigner.cs
│   │   ├── EditorDesigner.cs
│   │   ├── Editors
│   │   ├── FileManagerDesigner.cs
│   │   ├── FilterControlDesigner.cs
│   │   ├── FormLayoutDesigner.cs
│   │   ├── GaugeControlDesigner.cs
│   │   ├── GlobalEventsDesigner.cs
│   │   ├── GridDesignerBase.cs
│   │   ├── GridLookupDesigner.cs
│   │   ├── GridViewDesigner.cs
│   │   ├── GridViewExportDesigner.cs
│   │   ├── HeadlineDesigner.cs
│   │   ├── HiddenFieldDesigner.cs
│   │   ├── HintDesigner.cs
│   │   ├── HtmlEditorDesigner.cs
│   │   ├── ImageGalleryDesigner.cs
│   │   ├── ImageSliderDesigner.cs
│   │   ├── ImageZoomDesigner.cs
│   │   ├── ImageZoomNavigatorDesigner.cs
│   │   ├── Images
│   │   ├── LinearGaugeComponentDesigner.cs
│   │   ├── LinearGaugeDesigner.cs
│   │   ├── ListEditDesigner.cs
│   │   ├── LoadingPanelDesigner.cs
│   │   ├── MenuDesigner.cs
│   │   ├── NavBarDesigner.cs
│   │   ├── NewsControlDesigner.cs
│   │   ├── ObjectContainerDesigner.cs
│   │   ├── PageControlDesigner.cs
│   │   ├── PagerDesigner.cs
│   │   ├── PanelDesigner.cs
│   │   ├── PivotGridDesigner.cs
│   │   ├── PivotGridExporterDesigner.cs
│   │   ├── PopupControlDesigner.cs
│   │   ├── PopupControlDesignerBase.cs
│   │   ├── PopupMenuDesigner.cs
│   │   ├── ProgressBarDesigner.cs
│   │   ├── Properties
│   │   ├── RatingControlDesigner.cs
│   │   ├── ReportDocumentMapDesigner.cs
│   │   ├── ReportParametersPanelDesigner.cs
│   │   ├── ReportToolbarDesigner.cs
│   │   ├── ReportViewerDesigner.cs
│   │   ├── Reports
│   │   ├── RibbonDesigner.cs
│   │   ├── RichEditDesigner.cs
│   │   ├── RoundPanelDesigner.cs
│   │   ├── Scheduler
│   │   ├── SiteMapControlDesigner.cs
│   │   ├── SiteMapDataSourceDesigner.cs
│   │   ├── SpellCheckerDesigner.cs
│   │   ├── SplitterDesigner.cs
│   │   ├── SpreadsheetDesigner.cs
│   │   ├── StateIndicatorGaugeComponentDesigner.cs
│   │   ├── StateIndicatorGaugeDesigner.cs
│   │   ├── StaticEditDesigner.cs
│   │   ├── TabControlDesigner.cs
│   │   ├── TextEditDesigner.cs
│   │   ├── TimeEditDesigner.cs
│   │   ├── TimerDesigner.cs
│   │   ├── TitleIndexDesigner.cs
│   │   ├── TokenBoxDesigner.cs
│   │   ├── TrackBarDesigner.cs
│   │   ├── TreeListDesigner.cs
│   │   ├── TreeListExporterDesigner.cs
│   │   ├── TreeViewDesigner.cs
│   │   ├── UploadControlDesigner.cs
│   │   ├── Utils
│   │   ├── ValidationSummaryDesigner.cs
│   │   ├── VerticalGridDesigner.cs
│   │   ├── WebClientUIControl
│   │   ├── WebComponentDesigner.cs
│   │   └── WebControlDesigner.cs
│   ├── DevExpress.Web.Mvc
│   │   ├── Attributes.cs
│   │   ├── Binder
│   │   ├── CallbackPanel
│   │   ├── Chart
│   │   ├── Controls.cs
│   │   ├── DataView
│   │   ├── DevExpress.Web.Mvc.csproj
│   │   ├── Docking
│   │   ├── Editors
│   │   ├── Extension.cs
│   │   ├── ExtensionsFactory.cs
│   │   ├── ExtensionsManager.cs
│   │   ├── FileManager
│   │   ├── FormLayout
│   │   ├── Grid
│   │   ├── GridLookup
│   │   ├── Hint
│   │   ├── HtmlEditor
│   │   ├── ImageGallery
│   │   ├── ImageSlider
│   │   ├── ImageZoom
│   │   ├── ImageZoomNavigator
│   │   ├── LoadingPanel
│   │   ├── Menu
│   │   ├── NavBar
│   │   ├── Panel
│   │   ├── PivotGrid
│   │   ├── PopupControl
│   │   ├── Properties
│   │   ├── RatingControl
│   │   ├── Report
│   │   ├── Ribbon
│   │   ├── RichEdit
│   │   ├── RoundPanel
│   │   ├── Scheduler
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── SpellChecker
│   │   ├── Splitter
│   │   ├── Spreadsheet
│   │   ├── TabControl
│   │   ├── TreeList
│   │   ├── TreeView
│   │   ├── UploadControl
│   │   └── Utils.cs
│   ├── DevExpress.Web.Mvc5
│   │   ├── Attributes.cs
│   │   ├── Binder
│   │   ├── CallbackPanel
│   │   ├── Chart
│   │   ├── Controls.cs
│   │   ├── DataView
│   │   ├── DevExpress.Web.Mvc5.csproj
│   │   ├── Docking
│   │   ├── Editors
│   │   ├── Extension.cs
│   │   ├── ExtensionsFactory.cs
│   │   ├── ExtensionsManager.cs
│   │   ├── FileManager
│   │   ├── FormLayout
│   │   ├── Grid
│   │   ├── GridLookup
│   │   ├── Hint
│   │   ├── HtmlEditor
│   │   ├── ImageGallery
│   │   ├── ImageSlider
│   │   ├── ImageZoom
│   │   ├── ImageZoomNavigator
│   │   ├── LoadingPanel
│   │   ├── Menu
│   │   ├── NavBar
│   │   ├── Panel
│   │   ├── PivotGrid
│   │   ├── PopupControl
│   │   ├── Properties
│   │   ├── RatingControl
│   │   ├── Report
│   │   ├── Ribbon
│   │   ├── RichEdit
│   │   ├── RoundPanel
│   │   ├── Scheduler
│   │   ├── Scripts
│   │   ├── Settings.cs
│   │   ├── SpellChecker
│   │   ├── Splitter
│   │   ├── Spreadsheet
│   │   ├── TabControl
│   │   ├── TreeList
│   │   ├── TreeView
│   │   ├── UploadControl
│   │   └── Utils.cs
│   ├── DevExpress.Web.Resources
│   │   ├── CldrData
│   │   ├── CldrDataUtils.cs
│   │   ├── Css
│   │   ├── DevExpress.AspNetCore.Resources.csproj
│   │   ├── DevExpress.Web.Resources.csproj
│   │   ├── DevExtremeFontProviderMiddleware.cs
│   │   ├── DevExtremeFontProviderSubscriber.cs
│   │   ├── Html
│   │   ├── Localization
│   │   ├── Properties
│   │   ├── RegistrationUtils.cs
│   │   └── Scripts
│   ├── DevExpress.Xpf.Accordion
│   │   ├── DevExpress.Xpf.Accordion
│   │   └── DevExpress.Xpf.Accordion.Design
│   ├── DevExpress.Xpf.Carousel
│   │   ├── DevExpress.Xpf.Carousel
│   │   └── DevExpress.Xpf.Carousel.Design
│   ├── DevExpress.Xpf.Charts
│   │   ├── DevExpress.Charts.Designer
│   │   ├── DevExpress.Xpf.Charts
│   │   ├── DevExpress.Xpf.Charts.Design
│   │   └── DevExpress.Xpf.Charts.VisualStudio.Design
│   ├── DevExpress.Xpf.CodeView
│   │   └── DevExpress.Xpf.CodeView
│   ├── DevExpress.Xpf.Controls
│   │   ├── DevExpress.Xpf.Controls
│   │   └── DevExpress.Xpf.Controls.Design
│   ├── DevExpress.Xpf.Core
│   │   ├── DevExpress.Xpf.Core
│   │   ├── DevExpress.Xpf.Core.Design
│   │   ├── DevExpress.Xpf.Core.Design.Wizards
│   │   ├── DevExpress.Xpf.Core.Extensions
│   │   └── DevExpress.Xpf.Core.Extensions.Design
│   ├── DevExpress.Xpf.Dashboard
│   │   └── DevExpress.Xpf.Dashboard
│   ├── DevExpress.Xpf.DataAccess
│   │   └── DevExpress.Xpf.DataAccess
│   ├── DevExpress.Xpf.DemoBase
│   │   └── DevExpress.Xpf.DemoBase
│   ├── DevExpress.Xpf.Diagram
│   │   ├── DevExpress.Xpf.Diagram
│   │   └── DevExpress.Xpf.Diagram.Design
│   ├── DevExpress.Xpf.Dialogs
│   │   └── DevExpress.Xpf.Dialogs
│   ├── DevExpress.Xpf.ExpressionEditor
│   │   └── DevExpress.Xpf.ExpressionEditor
│   ├── DevExpress.Xpf.Gauges
│   │   ├── DevExpress.Xpf.Gauges
│   │   └── DevExpress.Xpf.Gauges.Design
│   ├── DevExpress.Xpf.Grid
│   │   ├── DevExpress.Xpf.Grid
│   │   ├── DevExpress.Xpf.Grid.Core
│   │   ├── DevExpress.Xpf.Grid.Design
│   │   └── DevExpress.Xpf.Grid.Extensions
│   ├── DevExpress.Xpf.Layout
│   │   ├── DevExpress.Xpf.Docking
│   │   ├── DevExpress.Xpf.Docking.Design
│   │   └── DevExpress.Xpf.Layout.Core
│   ├── DevExpress.Xpf.LayoutControl
│   │   ├── DevExpress.Xpf.LayoutControl
│   │   └── DevExpress.Xpf.LayoutControl.Design
│   ├── DevExpress.Xpf.Map
│   │   ├── DevExpress.Xpf.Map
│   │   └── DevExpress.Xpf.Map.Design
│   ├── DevExpress.Xpf.NavBar
│   │   ├── DevExpress.Xpf.NavBar
│   │   └── DevExpress.Xpf.NavBar.Design
│   ├── DevExpress.Xpf.PdfViewer
│   │   ├── DevExpress.Xpf.DocumentViewer.Core
│   │   ├── DevExpress.Xpf.PdfViewer
│   │   └── DevExpress.Xpf.PdfViewer.Design
│   ├── DevExpress.Xpf.PivotGrid
│   │   ├── DevExpress.Xpf.PivotGrid
│   │   └── DevExpress.Xpf.PivotGrid.Design
│   ├── DevExpress.Xpf.Printing
│   │   ├── DevExpress.Xpf.Printing
│   │   └── DevExpress.Xpf.Printing.Design
│   ├── DevExpress.Xpf.PrismAdapters
│   │   └── DevExpress.Xpf.PrismAdapters
│   ├── DevExpress.Xpf.PropertyGrid
│   │   ├── DevExpress.Xpf.PropertyGrid
│   │   └── DevExpress.Xpf.PropertyGrid.Design
│   ├── DevExpress.Xpf.ReportDesigner
│   │   ├── DevExpress.Xpf.ReportDesigner
│   │   └── DevExpress.Xpf.ReportDesigner.Design
│   ├── DevExpress.Xpf.Ribbon
│   │   ├── DevExpress.Xpf.Ribbon
│   │   └── DevExpress.Xpf.Ribbon.Design
│   ├── DevExpress.Xpf.RichEdit
│   │   ├── DevExpress.Xpf.RichEdit
│   │   └── DevExpress.Xpf.RichEdit.Design
│   ├── DevExpress.Xpf.Scheduler
│   │   ├── DevExpress.Xpf.Scheduler
│   │   └── DevExpress.Xpf.Scheduler.Design
│   ├── DevExpress.Xpf.Scheduling
│   │   ├── DevExpress.Xpf.Scheduling
│   │   └── DevExpress.Xpf.Scheduling.Design
│   ├── DevExpress.Xpf.SpellChecker
│   │   ├── DevExpress.Xpf.SpellChecker
│   │   └── DevExpress.Xpf.SpellChecker.Design
│   ├── DevExpress.Xpf.Spreadsheet
│   │   ├── DevExpress.Xpf.Spreadsheet
│   │   └── DevExpress.Xpf.Spreadsheet.Design
│   ├── DevExpress.Xpf.Themes
│   │   ├── DevExpress.Xpf.Themes.DXStyle
│   │   ├── DevExpress.Xpf.Themes.HybridApp
│   │   ├── DevExpress.Xpf.Themes.LightGray
│   │   ├── DevExpress.Xpf.Themes.MetropolisDark
│   │   ├── DevExpress.Xpf.Themes.MetropolisLight
│   │   ├── DevExpress.Xpf.Themes.Office2007Black
│   │   ├── DevExpress.Xpf.Themes.Office2007Blue
│   │   ├── DevExpress.Xpf.Themes.Office2007Silver
│   │   ├── DevExpress.Xpf.Themes.Office2010Black
│   │   ├── DevExpress.Xpf.Themes.Office2010Blue
│   │   ├── DevExpress.Xpf.Themes.Office2010Silver
│   │   ├── DevExpress.Xpf.Themes.Office2013
│   │   ├── DevExpress.Xpf.Themes.Office2013DarkGray
│   │   ├── DevExpress.Xpf.Themes.Office2013LightGray
│   │   ├── DevExpress.Xpf.Themes.Office2016Black
│   │   ├── DevExpress.Xpf.Themes.Office2016Colorful
│   │   ├── DevExpress.Xpf.Themes.Office2016White
│   │   ├── DevExpress.Xpf.Themes.Seven
│   │   ├── DevExpress.Xpf.Themes.TouchlineDark
│   │   ├── DevExpress.Xpf.Themes.VS2010
│   │   ├── Office2016BlackSE
│   │   ├── Office2016ColorfulSE
│   │   ├── Office2016DarkGraySE
│   │   ├── Office2016WhiteSE
│   │   ├── VS2017Blue
│   │   ├── VS2017Dark
│   │   └── VS2017Light
│   ├── DevExpress.Xpf.TreeMap
│   │   ├── DevExpress.Xpf.TreeMap
│   │   └── DevExpress.Xpf.TreeMap.Design
│   ├── DevExpress.Xpf.TypedStyles
│   │   └── DevExpress.Xpf.TypedStyles
│   ├── DevExpress.Xpo
│   │   ├── DevExpress.Xpo
│   │   ├── DevExpress.Xpo.Design
│   │   └── DevExpress.Xpo.Extensions
│   ├── DevExpress.XtraBars
│   │   ├── DevExpress.XtraBars
│   │   └── DevExpress.XtraBars.Design
│   ├── DevExpress.XtraCharts
│   │   ├── DevExpress.Charts.Core
│   │   ├── DevExpress.Sparkline.Core
│   │   ├── DevExpress.XtraCharts
│   │   ├── DevExpress.XtraCharts.Design
│   │   ├── DevExpress.XtraCharts.Extensions
│   │   ├── DevExpress.XtraCharts.UI
│   │   ├── DevExpress.XtraCharts.Web
│   │   ├── DevExpress.XtraCharts.Web.Design
│   │   └── DevExpress.XtraCharts.Wizard
│   ├── DevExpress.XtraDiagram
│   │   ├── DevExpress.Diagram.Core
│   │   ├── DevExpress.XtraDiagram
│   │   └── DevExpress.XtraDiagram.Design
│   ├── DevExpress.XtraDialogs
│   │   ├── DevExpress.Dialogs.Core
│   │   └── DevExpress.XtraDialogs
│   ├── DevExpress.XtraEditors
│   │   ├── DevExpress.XtraEditors
│   │   └── DevExpress.XtraEditors.Design
│   ├── DevExpress.XtraGauges
│   │   ├── DevExpress.XtraGauges.Core
│   │   ├── DevExpress.XtraGauges.Presets
│   │   ├── DevExpress.XtraGauges.Win
│   │   └── DevExpress.XtraGauges.Win.Design
│   ├── DevExpress.XtraGrid
│   │   ├── DevExpress.XtraGrid
│   │   └── DevExpress.XtraGrid.Design
│   ├── DevExpress.XtraLayout
│   │   ├── DevExpress.XtraLayout
│   │   └── DevExpress.XtraLayout.Design
│   ├── DevExpress.XtraMap
│   │   ├── DevExpress.Map.Core
│   │   ├── DevExpress.XtraMap
│   │   └── DevExpress.XtraMap.Design
│   ├── DevExpress.XtraNavBar
│   │   ├── DevExpress.XtraNavBar
│   │   └── DevExpress.XtraNavBar.Design
│   ├── DevExpress.XtraPivotGrid
│   │   ├── DevExpress.PivotGrid.Core
│   │   ├── DevExpress.XtraPivotGrid
│   │   └── DevExpress.XtraPivotGrid.Design
│   ├── DevExpress.XtraPrinting
│   │   ├── DevExpress.Printing.Core
│   │   ├── DevExpress.XtraPrinting
│   │   └── DevExpress.XtraPrinting.Design
│   ├── DevExpress.XtraReports
│   │   ├── DevExpress.AspNetCore.Reporting
│   │   ├── DevExpress.XtraReports
│   │   ├── DevExpress.XtraReports.Design
│   │   ├── DevExpress.XtraReports.Extensions
│   │   ├── DevExpress.XtraReports.Service
│   │   ├── DevExpress.XtraReports.Service.Design
│   │   ├── DevExpress.XtraReports.Web
│   │   ├── DevExpress.XtraReports.Web.Azure
│   │   └── DevExpress.XtraReports.Web.WebForms
│   ├── DevExpress.XtraRichEdit
│   │   ├── DevExpress.RichEdit.Core
│   │   ├── DevExpress.RichEdit.Export
│   │   ├── DevExpress.XtraRichEdit
│   │   ├── DevExpress.XtraRichEdit.Design
│   │   └── DevExpress.XtraRichEdit.Extensions
│   ├── DevExpress.XtraScheduler
│   │   ├── DevExpress.XtraScheduler
│   │   ├── DevExpress.XtraScheduler.Core
│   │   ├── DevExpress.XtraScheduler.Design
│   │   ├── DevExpress.XtraScheduler.Extensions
│   │   ├── DevExpress.XtraScheduler.Reporting
│   │   └── DevExpress.XtraScheduler.Reporting.Extensions
│   ├── DevExpress.XtraSpellChecker
│   │   ├── DevExpress.XtraSpellChecker
│   │   └── DevExpress.XtraSpellChecker.Design
│   ├── DevExpress.XtraSpreadsheet
│   │   ├── DevExpress.Spreadsheet.Core
│   │   ├── DevExpress.XtraSpreadsheet
│   │   └── DevExpress.XtraSpreadsheet.Design
│   ├── DevExpress.XtraTreeList
│   │   ├── DevExpress.XtraTreeList
│   │   └── DevExpress.XtraTreeList.Design
│   ├── DevExpress.XtraTreeMap
│   │   ├── DevExpress.TreeMap.Core
│   │   ├── DevExpress.XtraTreeMap
│   │   └── DevExpress.XtraTreeMap.Design
│   ├── DevExpress.XtraVerticalGrid
│   │   ├── DevExpress.XtraVerticalGrid
│   │   └── DevExpress.XtraVerticalGrid.Design
│   └── DevExpress.XtraWizard
│       ├── DevExpress.XtraWizard
│       └── DevExpress.XtraWizard.Design
└── d77c7a0d8a2bd014f9d4f861584926fe_haolizi.rar

1002 directories, 769 files



标签: DevExpress Express 18.1

实例下载地址

DevExpress18.1.12.19333 完整源码 Sources

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警