DataPA Enterprise Dashboard Controls API Reference
Gets a list of the IDs of any filter object that updates this calculated column

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

Syntax

C#
public List<string> UpdatingFilterObjectIDs { get; }
Visual Basic
Public ReadOnly Property UpdatingFilterObjectIDs As List(Of String)
	Get
Visual C++
public:
virtual property List<String^>^ UpdatingFilterObjectIDs {
	List<String^>^ get () sealed;
}

Property Value

Type: List<(Of <(<'String>)>)>
A list of the IDs of any filter object that updates this calculated column

Return Value

Type: List<(Of <(<'String>)>)>
A list of the IDs of any filter object that updates this calculated column

Remarks