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

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