Xceed Ultimate ListBox for Silverlight Documentation
End Property


Gets or sets the end value of the range.
Syntax
Public Property End As Object
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RangeDataNavigationConfiguration Class
RangeDataNavigationConfiguration Members

Send Feedback