ComponentOne DataGrid for WPF and Silverlight
IsValid Property (DataGridCellsRange)

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class : IsValid Property
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 System.Boolean
public System.bool IsValid {get;}

Property Value

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

Reference

DataGridCellsRange Class
DataGridCellsRange Members