Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalGroupDescription Class / PropertyName Property

In This Topic
    PropertyName Property (VisualIntervalGroupDescription)
    In This Topic
    Gets or sets a property path defining a group.
    Syntax
    'Declaration
     
    
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    Remarks
    This property value can be defined in XAML as a string with property path.
    See Also