DashboardListItems Property |
The list's items.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic List<DashboardListItem> Items { get; set; }
Public Property Items As List(Of DashboardListItem)
Get
Set
public:
property List<DashboardListItem^>^ Items {
List<DashboardListItem^>^ get ();
void set (List<DashboardListItem^>^ value);
}
Property Value
Type:
ListDashboardListItem
See Also