Click or drag to resize

DependentOnAttribute Class

Allows to enable dependency of the control from another controls
Inheritance Hierarchy
SystemObject
  SystemAttribute
    DependentOnAttribute
      CodeStack.SwEx.PMPage.AttributesDependentOnAttribute

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class DependentOnAttribute : DependentOnAttribute

The DependentOnAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDependentOnAttribute
Assigns the dependency based on a handler for the specified dependencies
Top
Properties
  NameDescription
Public propertyDependencies (Inherited from DependentOnAttribute.)
Public propertyDependencyHandler (Inherited from DependentOnAttribute.)
Top
See Also