2024 Property
Changes 0
P

FormArray.Item

Description:
Gets or sets a form at a specified index within the array.
public virtual Form this[
	int index
] { get; set; }
  • Int32
    index
    The index of the form to be set or retrieved.