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

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