轉(zhuǎn)帖|使用教程|編輯:龔雪|2016-12-28 10:50:21.000|閱讀 354 次
概述:
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷售中 >>
1. 在創(chuàng)建的組中實(shí)現(xiàn)只能選中一個(gè)項(xiàng)目
<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. 報(bào)表打印
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. 手動(dòng)添加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
素材來(lái)源:DevExpress控件中文網(wǎng) [//www.devexpresscn.com/]
想要了解更多DevExpress使用技巧?海量視頻課程以及最專業(yè)的DevExpress培訓(xùn)盡在。
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn