ComponentOne Scheduler for WPF and Silverlight
PropertyNames Property

C1.WPF.Schedule Namespace > VisualIntervalGroupDescription Class : PropertyNames Property
Gets or sets a collection of property paths defining a group.
Syntax
'Declaration
 
Public Property PropertyNames As System.Collections.ObjectModel.ObservableCollection(Of String)
public System.Collections.ObjectModel.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

Reference

VisualIntervalGroupDescription Class
VisualIntervalGroupDescription Members