Xceed Ultimate ListBox for Silverlight Documentation
Step Property


Gets or sets the value used to step between Start and End.
Syntax
Public Property Step As Object
Dim instance As RangeDataNavigationConfiguration
Dim value As Object
 
instance.Step = value
 
value = instance.Step
public object Step {get; set;}

Property Value

An object representing the value used to step between Start and End.
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