Class DialogComponentCollection
Represents the collection of dialog components.
Inheritance
System.Object
System.Collections.CollectionBase
DialogComponentCollection
Inherited Members
Namespace: FastReport.Dialog
Assembly: FastReport.dll
Syntax
public class DialogComponentCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
DialogComponentCollection()
Initializes a new instance of the DialogComponentCollection class with default settings.
Declaration
public DialogComponentCollection()
DialogComponentCollection(Base)
Initializes a new instance of the DialogComponentCollection class with default settings.
Declaration
public DialogComponentCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner | The owner of this collection. |
Properties
Item[Int32]
Gets or sets a component.
Declaration
public DialogComponentBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of a component in this collection. |
Property Value
Type | Description |
---|---|
DialogComponentBase | The component with specified index. |