Skip to main content
A newer version of this page is available. .

BindableBase Class

Provides support for the INotifyPropertyChanged interface and capabilities for easy implementation of bindable properties with the GetProperty and SetProperty methods.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

[DataContract]
public abstract class BindableBase :
    INotifyPropertyChanged

Remarks

See BindableBase to learn more.

Inheritance

Show 106 items
Object
BindableBase
See Also