PLinqInstantFeedbackDataSource.Dispose() Method
Disposes of the PLinqInstantFeedbackDataSource object and releases the allocated resources.
Namespace: DevExpress.Xpf.Core.ServerMode
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
If you want to maintain a clean MVVM pattern and dispose PLinqInstantFeedbackDataSource in a View Model, create a command and bind it to the PLinqInstantFeedbackDataSource.DisposeCommand property.
See Also