DynamicListRootAttributeListNames Property |
The property grid allows for each root list item to have a subtree, which have
their own list to be handled independently of the top-most root list. Each EditableItem may declare
itself as the context root item for one or more dynamic lists within the
DynamicListRootAttribute -> ListNames as a new string[]
{
"ListForWhichThisItemIsTheRoot1",
"ListForWhichThisItemIsTheRoot2"
}
Namespace:
MFiles.VAF.Configuration.DynamicList
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string[] ListNames { get; set; }
Public Property ListNames As String()
Get
Set
public:
property array<String^>^ ListNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
String
See Also