ClassListLevelCollection
Class
Collection of list levels defining hierarchy and formatting for multilevel lists.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class ListLevelCollection : CollectionBase<ListLevel>, IEnumerable
Inheritance: objectCollectionBase<ListLevel>ListLevelCollection
Implements:
Inherited Members
Methods
AddListLevel()
Creates a list level, adds it to the collection, and returns it.
Declaration
cs-api-definition
public ListLevel AddListLevel()
Returns
The newly created and added list level.