The LabelStorage is the storage for Label objects. It allows binding to the data source and mapping data source fields to the label properties.

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

Syntax

C#
public class LabelStorage : BaseStorage<Label, BaseObjectMappingCollection<Label>>
Visual Basic
Public Class LabelStorage _
	Inherits BaseStorage(Of Label, BaseObjectMappingCollection(Of Label))

Inheritance Hierarchy

See Also