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

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