Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > SelectionRange Class : All Property |
'Declaration Public Shared ReadOnly Property All As SelectionRange
'Usage Dim value As SelectionRange value = SelectionRange.All
public static SelectionRange All {get;}
Me.sldgDataGridControl.SelectedRanges.Clear() Me.sldgDataGridControl.SelectedRanges.Add( SelectionRange.All )
this.sldgDataGridControl.SelectedRanges.Clear(); this.sldgDataGridControl.SelectedRanges.Add( SelectionRange.All );
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family