轉帖|使用教程|編輯:龔雪|2016-12-28 10:50:21.000|閱讀 354 次
概述:
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
1. 在創建的組中實現只能選中一個項目
<Window xmlns="//schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="//schemas.microsoft.com/winfx/2006/xaml" xmlns:dxb="//schemas.devexpress.com/winfx/2008/xaml/bars" xmlns:dxe="//schemas.devexpress.com/winfx/2008/xaml/editors" xmlns:dx="//schemas.devexpress.com/winfx/2008/xaml/core" x:Class="WpfApplication302.MainWindow" Title="MainWindow" Height="350" Width="525"> <Grid> <DockPanel> <dxb:ToolBarControl Caption="Edit" DockPanel.Dock="Top"> <dxb:BarItemSelector> <dxb:BarCheckItem Glyph="{dx:DXImage Image=3DColumn_16x16.png}"/> <dxb:BarCheckItem Glyph="{dx:DXImage Image=3DFullStackedArea_32x32.png}"/> <dxb:BarCheckItem Glyph="{dx:DXImage
2. 報表打印
using System; using System.Windows.Forms; using DevExpress.XtraReports.UI; namespace PrintReport { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { // Create a report instance, assigned to a Print Tool. ReportPrintTool pt = new ReportPrintTool(new XtraReport1());
3. 手動添加DXSplashScreen控件
// Developer Express Code Central Example: // How to manually invoke and close DXSplashScreen // // This example shows how to manually invoke and close DXSplashScreen. By default, // DXSplashScreen contains a progress bar, indicating the progress of the // application load. This example also shows how you can manually change the // progress in code. // // You can find sample updates and versions for different programming languages here: // //www.devexpress.com/example=E3243
素材來源:DevExpress控件中文網 [//www.devexpresscn.com/]
想要了解更多DevExpress使用技巧?海量視頻課程以及最專業的DevExpress培訓盡在。
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn