Search
Dependency.DependencyType Property
See Also
 





Gets or sets the type of the dependency.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public virtual DependencyType DependencyType { get; set; }

Visual Basic  Copy Code

Public Overridable Property DependencyType As DependencyType

 Property Value

A member of the DependencyType enumeration.

 See Also