原創|產品更新|編輯:郝浩|2013-08-15 10:53:54.000|閱讀 672 次
概述:.NET用戶界面組件DXperience Universal Suite 13.1.6發布,多個控件有重大變化。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
據DevExpress官方最新消息,.NET用戶界面組件DXperience Universal Suite 13.1.6發布!此版本仍然是在2013版本的基礎上進行修復和改進,13.1.6有許多控件有重大變化,在此提醒正在使用DXperience相關控件和即將使用Dev控件的朋友,一定要注意以下這些更新:
>>DXperience Universal Suite 13.1.6下載
當定義PropertyDefinition.Path去指定某個嵌套對象的屬性時,使用‘*’代替‘.’表示未知屬性占位符。PropertyGridControl中如果只顯示ListBox.Items集合和集合項中的Content屬性,要進行以下設置:
下面這個例子是PropertyGridControl綁定到一個列表框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接口的自定義實現需要注意更改。
Date group間隔格式類型的本地化字符串更改了IDs。
以下這些字符串棄用:
以下面這些標識符代替:
除了以上這點變化外,新版本Dashboard的DataDashboardItem.DataSource屬性可以設置為Null值,DataItemDateTimeFormat.DateFormat屬性的類型從DateTimeFormat變為DateFormat。
另外,DevExpress 13.1.6還有大量的Bug修復和小的改進。其中修復最多的有ASP.NET導航、布局控件,,eXpressApp Framework,XtraBars Suite和XtraReports Suite等。查看更多詳細更新
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn
文章轉載自:慧都控件