DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if it is possible to specify sub titles this object type.

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

Syntax

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

Return Value

Type: Boolean
True if it is possible to specify sub titles for this object type.

Remarks