Represents a property setter which is being used as an item of the NestedSetters collection and is able to assign a value to a C1Scheduler nested property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class NestedPropertySetter : FrameworkElement
Visual Basic
Public Class NestedPropertySetter _
	Inherits FrameworkElement

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        C1.Silverlight.Schedule..::..NestedPropertySetter

See Also