Xceed DataGrid for Silverlight Documentation
End Property


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

Property Value

An object representing the end 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