原創(chuàng)|產(chǎn)品更新|編輯:郝浩|2013-08-15 10:53:54.000|閱讀 672 次
概述:.NET用戶界面組件DXperience Universal Suite 13.1.6發(fā)布,多個(gè)控件有重大變化。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
據(jù)DevExpress官方最新消息,.NET用戶界面組件DXperience Universal Suite 13.1.6發(fā)布!此版本仍然是在2013版本的基礎(chǔ)上進(jìn)行修復(fù)和改進(jìn),13.1.6有許多控件有重大變化,在此提醒正在使用DXperience相關(guān)控件和即將使用Dev控件的朋友,一定要注意以下這些更新:
>>DXperience Universal Suite 13.1.6下載
當(dāng)定義PropertyDefinition.Path去指定某個(gè)嵌套對(duì)象的屬性時(shí),使用‘*’代替‘.’表示未知屬性占位符。PropertyGridControl中如果只顯示ListBox.Items集合和集合項(xiàng)中的Content屬性,要進(jìn)行以下設(shè)置:
下面這個(gè)例子是PropertyGridControl綁定到一個(gè)列表框ListBox控件:
<dxprg:PropertyGridControl ShowProperties="WithPropertyDefinitions"> <dxprg:PropertyGridControl.SelectedObject> <ListBox> <ListBox.Items> <ListBoxItem Content="First"/> <ListBoxItem Content="Second"/> </ListBox.Items> </ListBox> </dxprg:PropertyGridControl.SelectedObject> <dxprg:CollectionDefinition Path="Items"> <dxprg:PropertyDefinition Path="*.Content"/> </dxprg:CollectionDefinition> </dxprg:PropertyGridControl>
舊版本中的方法聲明:
IDocument CreateDocument(string documentType, object parameter = null, object parentViewModel = null);
新版本的聲明:
IDocument CreateDocument(string documentType, object parameter = null, object parentViewModel = null, bool useParameterAsViewModel = false);
只有IDocument接口的自定義實(shí)現(xiàn)需要注意更改。
Date group間隔格式類型的本地化字符串更改了IDs。
以下這些字符串棄用:
以下面這些標(biāo)識(shí)符代替:
除了以上這點(diǎn)變化外,新版本Dashboard的DataDashboardItem.DataSource屬性可以設(shè)置為Null值,DataItemDateTimeFormat.DateFormat屬性的類型從DateTimeFormat變?yōu)镈ateFormat。
另外,DevExpress 13.1.6還有大量的Bug修復(fù)和小的改進(jìn)。其中修復(fù)最多的有ASP.NET導(dǎo)航、布局控件,,eXpressApp Framework,XtraBars Suite和XtraReports Suite等。查看更多詳細(xì)更新
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自:慧都控件