Xceed DataGrid for Silverlight Documentation
Step Property


Gets or sets the value used to step between Start and End.
Syntax
'Declaration
 
Public Property Step As Object
'Usage
 
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, Windows XP SP3, Windows Server 2008 family

See Also

Reference

RangeDataNavigationConfiguration Class
RangeDataNavigationConfiguration Members

Send Feedback