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

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