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

TreeMapDependencyObject Class

Enables Windows Presentation Foundation (WPF) property system services for its derived model classes.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public abstract class TreeMapDependencyObject :
    Freezable,
    IOwnedElement,
    INotifyPropertyChanged

Remarks

For more information, refer to the DependencyObject class description in MSDN.

See Also