[]
        
(Showing Draft Content)

C1.WPF.Schedule.NestedPropertySetter

NestedPropertySetter Class

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

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class NestedPropertySetter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class NestedPropertySetter
    Inherits FrameworkElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
NestedPropertySetter()

Fields

Name Description
PropertyNameProperty

Identifies the PropertyName dependency property.

ValueProperty

Identifies the Value dependency property.

Properties

Name Description
PropertyName

Gets or sets a path to a nested property relative to the C1Scheduler class. This is a dependency property.

TargetObject

This property is used for internal purposes only.

Value

Gets or sets a value that should be assigned to the PropertyName property. This is a dependency property.

Methods

Name Description
Apply(object)

This method is used for internal purposes only.