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. The list level. |
Returns
System. The current index in the list level. |