Skip to content

Commit d09b316

Browse files
authored
Merge branch '22.2.6+' into updateREadme
2 parents a0387d0 + 9dbebbd commit d09b316

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CS/EFCore/ButtonInFormEF/ButtonInFormEF.Module/ButtonInFormEF.Module.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
<PackageReference Include="DevExpress.Persistent.Base" Version="22.2.6" />
2323
<PackageReference Include="DevExpress.Persistent.BaseImpl.EFCore" Version="22.2.6" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.10" />
2625
</ItemGroup>
2726
</Project>

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This example adds a custom control to a Detail View. See the following help topi
1313

1414
This is an advanced customization method that requires coding. Use it when you want to add an existing or custom control to the client area of a Detail View or Dashboard View. This approach allows you to obtain data from the current View object, if necessary. Your control can be unbound or can load data from external sources.
1515

16-
1716
If you want to bind a control to a business class property and add that control to both List View and Detail View, consider the [custom Property Editor approach](https://docs.devexpress.com/eXpressAppFramework/113097/ui-construction/view-items-and-property-editors/property-editors#custom-property-editors).
1817

1918
This approach does not impose any restrictions on UI Control and XAF View interaction. You can implement custom logic in a `ViewController` or a custom UI control. [ViewItem](https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Editors.ViewItem) descendants may implement their own inner logic.
@@ -38,5 +37,4 @@ To display standard [XAF Actions](https://docs.devexpress.com/eXpressAppFramewor
3837
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-win-add-custom-button-to-form-using-custom-view-item&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-win-add-custom-button-to-form-using-custom-view-item&~~~was_helpful=no)
3938

4039
(you will be redirected to DevExpress.com to submit your response)
41-
<!-- feedback end -->
42-
40+
<!-- feedback end -->

0 commit comments

Comments
 (0)