ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridMultiLineTextItem Class / Value Property

In This Topic
    Value Property (DataGridMultiLineTextItem)
    In This Topic
    Gets or sets the value in the operand on the right of the operation.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    See Also