DataPA Enterprise Dashboard Controls API Reference
Gets an array of the currently available DataViewer pages.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public KryptonPage[] DataViewerPages { get; } |
Visual Basic |
---|
Public ReadOnly Property DataViewerPages As KryptonPage()
Get |
Visual C++ |
---|
public:
virtual property array<KryptonPage^>^ DataViewerPages {
array<KryptonPage^>^ get () sealed;
} |
Return Value
Type:
array<KryptonPage>[]()[][]An array of the currently available DataViewer pages.
Remarks
See Also