Interface IRoadMapItem
A road map item in an SAPUI5 road map object.
public interface IRoadMapItem
Properties
Path
The full path of the item as a semicolon-delimited string.
string Path { get; }
Property Value
StepNumber
The ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.
string StepNumber { get; }
Property Value
Methods
Collapse()
Collapses the item.
void Collapse()
Expand()
Expands the item.
void Expand()