C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / Entries Property

In This Topic
Entries Property
In This Topic
Gets the collection of entries (elements of type IndexEntry) at the top level of the current index.
Syntax
'Declaration
 
Public ReadOnly Property Entries As IndexEntryCollection
 
Remarks
This method always returns a non-nullIndexEntryCollection, creating it if it did not exist. To test whether the current index already contains entries without creating the Entries collection, use the HasEntries property.
See Also