DynamicListRootAttribute Class |
Namespace: MFiles.VAF.Configuration.DynamicList
The DynamicListRootAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicListRootAttribute | Initializes a new instance of the DynamicListRootAttribute class |
Name | Description | |
---|---|---|
![]() | ListNames |
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"
}
|
Name | Description | |
---|---|---|
![]() | GetOptions |
Gets any list names defined for this member.
|
![]() | HasOptions |
Checks if any list names are defined for this member.
|