Gets the LabelCollection object that contains label related information.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ParenthesizePropertyNameAttribute(true)]
public LabelCollection Labels { get; }
Visual Basic
<ParenthesizePropertyNameAttribute(True)> _
Public ReadOnly Property Labels As LabelCollection
	Get

See Also