DataPA Enterprise Dashboard Controls API Reference
Gets the Button Collection on the Navigator to allow the developer to add their own buttons.

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

Syntax

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

Property Value

Type: NavigatorButtonSpecCollection
The Button Collection on the Navigator to allow the developer to add their own buttons.

Remarks