Gets the collection of child styles
(i.e. Style objects that have their Parent
set to the current style).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public StyleCollection Children { get; } |
Visual Basic |
---|
Public ReadOnly Property Children As StyleCollection Get |
Remarks
This method always returns a non-null collection of child styles,
initializing it if it did not exist.
To test whether a style already has child styles
without creating the Children collection,
use the HasChildren property.