[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntryStyles

IndexEntryStyles Class

Represents a collection of Styles used to render IndexEntry objects at different nesting levels of a RenderIndex. The style at index 0 of this collection is used to render the top-level entries, the style at index 1 is used to render sub-entries, and so on.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class IndexEntryStyles : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the Style at the specified index. Creates missing styles as needed (i.e. if Style[2] is accessed, elements at indices 0, 1 and 2 are created if they had not been created before).

Owner

Gets the RenderIndex that is the owner of the current collection.

See Also