Gets or sets the name of the property path used to group data.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string PropertyPath { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property PropertyPath As String
	Get
	Set

See Also