Gets or sets a property path defining a group.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public string PropertyName { get; set; }
Visual Basic
Public Property PropertyName As String
	Get
	Set

Remarks

This property value can be defined in XAML as a string with property path.

See Also