Skip to main content

PLinqInstantFeedbackDataSource.Dispose() Method

Disposes of the PLinqInstantFeedbackDataSource object and releases the allocated resources.

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void 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