DefaultListViewOptionsAttribute(MasterDetailMode, Boolean, NewItemRowPosition) Constructor
Initializes a new instance of the DefaultListViewOptionsAttribute class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public DefaultListViewOptionsAttribute(
MasterDetailMode masterDetailMode,
bool allowEdit,
NewItemRowPosition newItemRowPosition
)
Parameters
| Name | Type | Description |
|---|---|---|
| masterDetailMode | MasterDetailMode | A MasterDetailMode enumeration value that specifies a List View’s master-detail mode. WinForms and ASP.NET Core Blazor applications support this option. |
| allowEdit | Boolean | A Boolean value that specifies a List View’s View.AllowEdit state. |
| newItemRowPosition | NewItemRowPosition | A NewItemRowPosition enumeration value that specifies the position of the new item row in a List View’s List Editor. |
See Also