DataPA Enterprise Dashboard Controls API Reference
Gets the default required field that this control panel object represents.

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

Syntax

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

Property Value

Type: Field
The default required field that this control panel object represents.

Return Value

Type: Field
The default required field that this control panel object represents.

Remarks

This object should only be used to determine common properties of the QueryRequiredFields collection, such as lookup, mandatory or datatype.

See Also