Skip to content

Commit 96482c2

Browse files
WinUI
1 parent c4c4940 commit 96482c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

DevExpress.Mvvm.CodeGenerators/InitializationGenerator/AttributesGenerator.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,7 @@ class GenerateViewModelAttribute : Attribute {
164164
/// </summary>
165165
public bool ImplementINotifyPropertyChanging { get; set; }
166166
/// <summary>
167-
/// Implements
168-
/// <see href=""https://docs.devexpress.com/CoreLibraries/DevExpress.Mvvm.ISupportServices"">ISupportServices</see>
169-
/// that allows you to include the
170-
/// <see href=""https://docs.devexpress.com/WPF/17444/mvvm-framework/services/getting-started"">Services</see>
171-
/// mechanism to your View Model.
167+
/// Implements <b>ISupportUIServices</b> that allows you to include the UI Services mechanism to your View Model.
172168
/// </summary>
173169
public bool ImplementISupportUIServices { get; set; }
174170
}

0 commit comments

Comments
 (0)