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

Declaration

[DataContract]
public abstract class BindableBase :
    INotifyPropertyChanged

Remarks

Refer to the following topic for more information: BindableBase.

See Also