Devexpress v13.1.6 was released yesterday

Source: Internet
Author: User
Tags dateformat

According to the latest devexpress official news,. Net user interface componentsDxperience universal suite 13.1.6Publish! This version is still fixed and improved on the basis of version 2013. Many controls in 13.1.6 have undergone major changes. This reminds you that you are using dxperience-related controls and friends who are about to use Dev controls, note the following updates:

Major changes: PDF Viewer
  • Rename the virtual ondocumentloaded method of the javasviewer class to ondocumentchanged.
Xtraspreadsheet
  • The Declaration of the range. getreferencer1c1 method changes from Ange. getreferencer1c1 (referenceelement flags) to range. getreferencer1c1 (cell basecell ).
  • The attributes of worksheet. maxcolumncount and worksheet. maxrowcount are deleted and replaced by the spreadsheetcontrol. worksheetdisplayarea attribute.
Dxpropertygrid for WPF

When propertydefinition. Path is defined to specify the attributes of a nested object, '*' is used instead of '.' To represent unknown property placeholders. If only the content attribute in The ListBox. Items collection and collection item is displayed in propertygridcontrol, perform the following settings:

  • Set the showproperties option for withpropertydefinitions;
  • Define the path of collectiondefinition as 'items ';
  • The path of propertydefinition is defined as '*. content', And the asterisk character' * 'identifies an indexer without a constant name []. The paths of nested attributes are different under different set items, such as '[0]. content' and' [1]. content.

In the following example, propertygridcontrol is bound to a ListBox control in the list box:

12345678910111213 <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>
Dxgrid for WPF
  • Starting from version 13.1.6, gridcontrol only creates automatic nodes for visible rows.
Dxcontrols for WPF
  • The implementation of command line processing has changed. subscribing to the icomand. canexecutechanged event will trigger the subscription to The commandmanager. requerysuggested event, and calling the delegatecommand. raisecanexecutechanged method will also call the commandmanager. invalidaterequ.
Dxcontrols (xpf common)
  • The idocumentmanagerservice interface is changed. The createdocument method adds a parameter.

Method declaration in the old version:

1 IDocument CreateDocument(string
documentType, object
parameter = null,
object parentViewModel =
null);

Declaration of the new version:

1 IDocument CreateDocument(string documentType, object parameter = null, object parentViewModel = null,
bool useParameterAsViewModel =
false);

Only the custom implementation of the idocument interface needs to be changed.

Dashboard

The localized string of the date group interval format type changes IDs.

The following strings are discarded:

  • Dashboardwinstringid. datetimeformatdatetimeformatdefacaption
  • Dashboardwinstringid. datetimeformatdatetimeformatlongcaption
  • Dashboardwinstringid. datetimeformatdatetimeformat1_caption

Replace the following identifiers:

  • Dashboardwinstringid. datetimeformatdateformatdefacaption
  • Dashboardwinstringid. datetimeformatdateformatlongcaption
  • Dashboardwinstringid. datetimeformatdateformat1_caption

In addition to the preceding changes, the datadashboarditem. datasource attribute of the new version of dashboard can be set to null. the type of the dataitemdatetimeformat. dateformat attribute changes from datetimeformat to dateformat.

In addition, devexpress 13.1.6 has a large number of bug fixes and minor improvements. The most frequently repaired items include ASP. NET navigation and layout controls, coderush for Visual Studio. NET, expressapp framework, xtrabars suite, and xtrareports suite. For more information, see>

> Download devexpress 13.1.6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.