Class List
Represent list element.
Inheritance
System.Object
List
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.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class List
Constructors
List()
List(ListTemplateType)
Initializes a new instance of the List class.
Declaration
public List(ListTemplateType listTemplateType)
Parameters
ListTemplateType
listTemplateType
Type of the list template. |
Properties
Id
Gets the id.
Declaration
public int Id { get; }
Property Value
System.Int32
The id. |
Levels
Gets the list levels.
Declaration
public ListLevelCollection Levels { get; }
Property Value
ListLevelCollection
The list levels. |