Class ListCollection
Represents the collection of lists in RadFixedDocument.
Inheritance
System.Object
ListCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ListCollection
Methods
AddList()
AddList(ListTemplateType)
Adds the list by some list template.
Declaration
public List AddList(ListTemplateType listTemplateType)
Parameters
ListTemplateType
listTemplateType
Type of the list template. |
Returns
List
The list |