IRoadMapItem Interface
A road map item in an SAPUI5 road map object.

C# Syntax

public interface IRoadMapItem 
Public Properties
 NameDescription
PropertyPathThe full path of the item as a semicolon-delimited string.  
PropertyStepNumberThe ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.
Top
Public Methods
 NameDescription
MethodCollapseCollapses the item.  
MethodExpandExpands the item.  
Top