Interface IListLevelsIndexer
Represents class which indexes list levels in a List.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IListLevelsIndexer
Methods
GetCurrentIndex(Int32)
Gets the current index of the specified list level.
Declaration
int GetCurrentIndex(int listLevel)
Parameters
System.Int32
listLevel
The list level. |
Returns
System.Int32
The current index in the list level. |