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