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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Object Value { get; set; }
Visual Basic (Declaration)
Public Property Value As Object
	Get
	Set

Remarks

This is a dependency property.

See Also