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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

See Also