DataPA Enterprise Dashboard Controls API Reference
TRUE means the current item is a function, FALSE means it is not a function.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Property Value

Type: Boolean

Return Value

Type: Boolean

Remarks