IViewItemContent interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Content that represents an item in a view of a document.
Affiliation area
Name | Description |
---|---|
Document Generation | APIs to access document generation. |
Inherit Base
Name | Description |
---|---|
IDocumentContent | The content of the document. |
Property
Name | Description |
---|---|
Control | Gets or sets the view's UI widget. |
Field | Gets a field. The value is set only for views of the field. |
Items | Gets the list of child elements of the view. |
Model | Gets the model. Values are set only for views of the model. |
OutlineLevel | Gets the current outline level. |
Method
Name | Description |
---|---|
ResetOutlineLevel | Reset the outline level to the end. |
SetModel | Sets the model. |