Gets or sets a collection of property paths defining a group.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ObservableCollectionStringConverter))] public ObservableCollection<string> PropertyNames { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(ObservableCollectionStringConverter))> _ Public Property PropertyNames As ObservableCollection(Of String) Get Set |
Remarks
This property value can be defined in XAML as a string with property
paths separated by comma or semicolon.