Xceed DataGrid for Silverlight Documentation
IsEmpty Property


Gets a value indicating whether the selection range is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As SelectionRange
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}

Property Value

true if the selection range is empty; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange Class
SelectionRange Members

Send Feedback