Gets or sets the group name.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ParenthesizePropertyNameAttribute(true)]
[DefaultValueAttribute(null)]
[MergablePropertyAttribute(false)]
public string Name { get; set; }
Visual Basic
<ParenthesizePropertyNameAttribute(True)> _
<DefaultValueAttribute(Nothing)> _
<MergablePropertyAttribute(False)> _
Public Property Name As String
	Get
	Set

Remarks

The group name can be used as an index into the control's Groups collection.

See Also