Back to Devexpress

PLinqInstantFeedbackDataSource.Dispose() Method

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-plinqinstantfeedbackdatasource-5d03d3fe.md

latest1.4 KB
Original Source

PLinqInstantFeedbackDataSource.Dispose() Method

Disposes of the PLinqInstantFeedbackDataSource object and releases the allocated resources.

Namespace : DevExpress.Xpf.Core.ServerMode

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Dispose()
vb
Public Sub Dispose

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

PLinqInstantFeedbackDataSource Class

PLinqInstantFeedbackDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace