DashboardDesignerNavigatorContextButtonCollection Property |
|
DataPA OpenAnalytics API Reference
Gets the Button Collection on the Navigator to allow the developer to add their own buttons.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public NavigatorButtonSpecCollection NavigatorContextButtonCollection { get; }
Public ReadOnly Property NavigatorContextButtonCollection As NavigatorButtonSpecCollection
Get
public:
virtual property NavigatorButtonSpecCollection^ NavigatorContextButtonCollection {
NavigatorButtonSpecCollection^ get () sealed;
}
function get_NavigatorContextButtonCollection();
Property Value
Type:
NavigatorButtonSpecCollectionThe Button Collection on the Navigator to allow the developer to add their own buttons.
Remarks See Also