DataPA Enterprise Dashboard Controls 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
| 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:
NavigatorButtonSpecCollectionThe Button Collection on the Navigator to allow the developer to add their own buttons.
Remarks
See Also