Version

ListLevelDefinitionCollection Class Members

The following tables list the members exposed by ListLevelDefinitionCollection.

Public Constructors
 NameDescription
Public ConstructorListLevelDefinitionCollection ConstructorInitializes a new instance of ListLevelDefinitionCollection  
Public Properties
 NameDescription
Public PropertyCountRetunrs the number of level definitions in the collection  
Public PropertyIsReadOnlyReturns true if this collection has been sealed, i.e. immutable.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemIndexer (read-only)  
Public Methods
 NameDescription
Public MethodAddAdds a level definition to the collection.  
Public MethodClearClears all level definitionss from the collection  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Returns if the definition is in the collection  
Public MethodCopyToCopies the definitions into an array  
Public MethodGetEnumeratorReturns an object that can enumerate all the definitions in the collection  
Public MethodIndexOfLevelReturns the index of the level definition in the collection  
Public MethodRemoveLevelRemoves the definition for a specified level  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodTryGetDefinitionTries to get a defintion for a specific level number  
See Also