Skip to main content
A newer version of this page is available. .

DefaultListViewOptionsAttribute Constructors

Applied to business classes. Sets a number of the default options for the List Views that will 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