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

In This Topic
    PropertyName Property (NestedPropertySetter)
    In This Topic
    Gets or sets a path to a nested property relative to the C1Scheduler class. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    See Also