Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

[DataContract]
public abstract class BindableBase :
    INotifyPropertyChanged

Remarks

See BindableBase to learn more.

Inheritance

Show 106 items
Object
BindableBase
See Also