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

In This Topic
    IsAnd Property (DataGridMultiLineCombinationsItem)
    In This Topic
    Gets or sets a value indicating whether "and" is selected.
    Syntax
    'Declaration
     
    
    Public Property IsAnd As Boolean
    public bool IsAnd {get; set;}
    See Also