Gets or sets a property path defining a group.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

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

See Also