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

In This Topic
    Value Property (DataGridMultiLineCombinationsItem)
    In This Topic
    Gets or sets the value that represent the logic combination between filters.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Boolean)
    public Nullable<bool> Value {get; set;}
    Remarks
    nullNone trueAnd falseOr
    See Also