DataPA Enterprise Dashboard Controls API Reference
Gets the a RunDataPA.Field object that represents the required field this event relates to.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Field RequiredField { get; }
Visual Basic
Public ReadOnly Property RequiredField As Field
	Get
Visual C++
public:
virtual property Field^ RequiredField {
	Field^ get () sealed;
}

Return Value

Type: Field
The a RunDataPA.Field object that represents the required field this event relates to.

Remarks