DefaultListViewOptionsAttribute Constructors
Applied to business classes. Sets a number of default options for the List Views that display objects of the target type.| Name | Parameters | Description |
|---|---|---|
| DefaultListViewOptionsAttribute() | none | Initializes a new instance of the DefaultListViewOptionsAttribute class with the default options. |
| DefaultListViewOptionsAttribute(MasterDetailMode, Boolean, NewItemRowPosition) | masterDetailMode, allowEdit, newItemRowPosition | Initializes a new instance of the DefaultListViewOptionsAttribute class. |
| DefaultListViewOptionsAttribute(MasterDetailMode) | masterDetailMode | Initializes a new instance of the DefaultListViewOptionsAttribute class. |
| DefaultListViewOptionsAttribute(Boolean, NewItemRowPosition) | allowEdit, newItemRowPosition | Initializes a new instance of the DefaultListViewOptionsAttribute class. |
See Also