Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / NestedPropertySetter Class / Value Property

In This Topic
    Value Property
    In This Topic
    Gets or sets a value that should be assigned to the PropertyName property. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also