ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / ComboValueInfo Class / Text Property

In This Topic
    Text Property (ComboValueInfo)
    In This Topic
    Gets or sets the text to be shown.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}

    Property Value

    The text.
    See Also