Xceed DataGrid for Silverlight Documentation
All Property
Example 


Gets a selection range that will select all the items in a source.
Syntax
'Declaration
 
Public Shared ReadOnly Property All As SelectionRange
'Usage
 
Dim value As SelectionRange
 
value = SelectionRange.All
public static SelectionRange All {get;}

Property Value

A SelectionRange that will select all the items in a source.
Example
For more information and examples on selecting data, refer to the Selecting Data topic.
Me.sldgDataGridControl.SelectedRanges.Clear()
Me.sldgDataGridControl.SelectedRanges.Add( SelectionRange.All )
this.sldgDataGridControl.SelectedRanges.Clear();
this.sldgDataGridControl.SelectedRanges.Add( SelectionRange.All );
Requirements

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

See Also

Reference

SelectionRange Class
SelectionRange Members

Manipulating Data

Selecting Data

Send Feedback