Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / EditCollectionControl Class / LabelText Property

In This Topic
    LabelText Property (EditCollectionControl)
    In This Topic
    Gets or sets a System.String value whiuch should be used as a label content. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property LabelText As String
    public string LabelText {get; set;}
    See Also