Gets or sets the referenced containsers used with the field.

Note: Referenced containers are used with hidden fields feature on data manager (e.g. if field is hidden then all referenced containers will be hidden).

Namespace: MonoSoftware.Web.DataManager
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual Control[] ReferencedContainers { get; set; }
Visual Basic
Public Overridable Property ReferencedContainers As Control()
	Get
	Set
Visual C++
public:
virtual property array<Control^>^ ReferencedContainers {
	array<Control^>^ get ();
	void set (array<Control^>^ value);
}
F#
abstract ReferencedContainers : Control[] with get, set
override ReferencedContainers : Control[] with get, set

Property Value

Type: array<Control>[]()[][]

See Also