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

In This Topic
    PropertyNames Property (VisualIntervalGroupDescription)
    In This Topic
    Gets or sets a collection of property paths defining a group.
    Syntax
    'Declaration
     
    
    Public Property PropertyNames As ObservableCollection(Of String)
    public ObservableCollection<string> PropertyNames {get; set;}
    Remarks
    This property value can be defined in XAML as a string with property paths separated by comma or semicolon.
    See Also