We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c4940 commit 96482c2Copy full SHA for 96482c2
1 file changed
DevExpress.Mvvm.CodeGenerators/InitializationGenerator/AttributesGenerator.cs
@@ -164,11 +164,7 @@ class GenerateViewModelAttribute : Attribute {
164
/// </summary>
165
public bool ImplementINotifyPropertyChanging { get; set; }
166
/// <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.
+ /// Implements <b>ISupportUIServices</b> that allows you to include the UI Services mechanism to your View Model.
172
173
public bool ImplementISupportUIServices { get; set; }
174
}
0 commit comments