Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128643681/13.1.5%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E4845)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
<!-- default badges end -->
Expand Down
19 changes: 19 additions & 0 deletions VB/DXDockingForLayoutPurposes.Net5.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 16
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DXDockingForLayoutPurposes", "DXDockingForLayoutPurposes\DXDockingForLayoutPurposes.Net5.vbproj", "{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Debug|x86.ActiveCfg = Debug|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Debug|x86.Build.0 = Debug|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Release|x86.ActiveCfg = Release|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
19 changes: 19 additions & 0 deletions VB/DXDockingForLayoutPurposes.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2012
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DXDockingForLayoutPurposes", "DXDockingForLayoutPurposes\DXDockingForLayoutPurposes.vbproj", "{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Debug|x86.ActiveCfg = Debug|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Debug|x86.Build.0 = Debug|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Release|x86.ActiveCfg = Release|x86
{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
8 changes: 8 additions & 0 deletions VB/DXDockingForLayoutPurposes/Application.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Application x:Class="DXDockingForLayoutPurposes.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
16 changes: 16 additions & 0 deletions VB/DXDockingForLayoutPurposes/Application.xaml.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Imports System
Imports System.Collections.Generic
Imports System.Configuration
Imports System.Data
Imports System.Linq
Imports System.Windows

Namespace DXDockingForLayoutPurposes
''' <summary>
''' Interaction logic for App.xaml
''' </summary>
Partial Public Class App
Inherits Application

End Class
End Namespace
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>DXDockingForLayoutPurposes</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Platforms>x86;AnyCPU</Platforms>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<DefaultItemExcludes>obj*/**</DefaultItemExcludes>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="My Project\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Data" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Data.Desktop" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Mvvm" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Office.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Pdf.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Printing.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.RichEdit.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.RichEdit.Export" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Docking" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Grid.Core" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.LayoutControl" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Printing" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Reporting" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Ribbon" Version="21.1.*-*" />
<PackageReference Include="DevExpress.Wpf.Themes.All" Version="21.1.*-*" />
</ItemGroup>
</Project>
205 changes: 205 additions & 0 deletions VB/DXDockingForLayoutPurposes/DXDockingForLayoutPurposes.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8AEEBF3A-F021-4DB1-BDA4-B1F93B305ABF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>DXDockingForLayoutPurposes</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<BaseIntermediateOutputPath>obj.NetFX</BaseIntermediateOutputPath>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
<Import Include="System.Data" />
<Import Include="System.Windows" />
<Import Include="System.Windows.Controls" />
<Import Include="System.Windows.Data" />
<Import Include="System.Windows.Documents" />
<Import Include="System.Windows.Input" />
<Import Include="System.Windows.Media" />
<Import Include="System.Windows.Media.Imaging" />
<Import Include="System.Windows.Navigation" />
<Import Include="System.Windows.Shapes" />
</ItemGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Data.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Pdf.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Pdf.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Office.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Office.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.RichEdit.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.RichEdit.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.RichEdit.v21.1.Export, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.RichEdit.v21.1.Export.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Printing.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Printing.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.CodeView.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.CodeView.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Data.Desktop.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Data.Desktop.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Core.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Core.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Docking.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Docking.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Printing.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Printing.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Grid.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Grid.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Grid.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Grid.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Layout.v21.1.Core, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Layout.v21.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.LayoutControl.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.LayoutControl.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Mvvm.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Mvvm.v21.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Ribbon.v21.1, Version=21.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
<HintPath>C:\DXDlls\21.1.5\DevExpress.Xpf.Ribbon.v21.1.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="UIAutomationProvider" />
<Reference Include="UIAutomationTypes" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="Application.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="Application.xaml.vb">
<DependentUpon>Application.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="DockLayoutManagerExt.vb" />
<Compile Include="Helpers.vb" />
<Compile Include="MainWindow.xaml.vb">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\AssemblyInfo.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
</EmbeddedResource>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
<CustomToolNamespace>My</CustomToolNamespace>
</None>
<AppDesigner Include="My Project\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
</Project>
Loading