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

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