DataPA Enterprise Dashboard Controls API Reference
Gets the a value that indicates whether all the required fields associated with this ControlPanelObject are missing.

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

Syntax

C#
public bool QueryRequiredFieldDeleted { get; }
Visual Basic
Public ReadOnly Property QueryRequiredFieldDeleted As Boolean
	Get
Visual C++
public:
virtual property bool QueryRequiredFieldDeleted {
	bool get () sealed;
}

Property Value

Type: Boolean
A value that indicates whether all the required fields associated with this ControlPanelObject are missing.

Return Value

Type: Boolean
A value that indicates whether all the required fields associated with this ControlPanelObject are missing.

Remarks