Xceed DataGrid for Silverlight Documentation
Start Property


Gets or sets the start value of the range.
Syntax
'Declaration
 
Public Property Start As Object
'Usage
 
Dim instance As RangeDataNavigationConfiguration
Dim value As Object
 
instance.Start = value
 
value = instance.Start
public object Start {get; set;}

Property Value

An object representing the start value of the range.
Remarks
It Start is greater than End, Step will be converted to a negative value.
Requirements

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

See Also

Reference

RangeDataNavigationConfiguration Class
RangeDataNavigationConfiguration Members

Send Feedback