File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
DevExpress.Mvvm.CodeGenerators/InitializationGenerator Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,7 @@ class GenerateViewModelAttribute : Attribute {
164
164
/// </summary>
165
165
public bool ImplementINotifyPropertyChanging { get; set; }
166
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.
167
+ /// Implements <b>ISupportUIServices</b> that allows you to include the UI Services mechanism to your View Model.
172
168
/// </summary>
173
169
public bool ImplementISupportUIServices { get; set; }
174
170
}
You can’t perform that action at this time.
0 commit comments