ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / IsValid Property

In This Topic
    IsValid Property (DataGridCellsRange)
    In This Topic
    Gets a value indicating whether this range is valid. The range will be invalid if any of its cells don't belong to the owner data grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValid As Boolean
    public bool IsValid {get;}

    Property Value

    true if this range is valid; otherwise, false.
    See Also