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.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..C1BindingSource
    C1.C1Schedule..::..BaseStorage<(Of <(<'Label, BaseObjectMappingCollection<(Of <(<'Label>)>)>>)>)>
      C1.C1Schedule..::..LabelStorage

See Also