DefaultListViewOptionsAttribute(MasterDetailMode, Boolean, NewItemRowPosition) Constructor
Initializes a new instance of the DefaultListViewOptionsAttribute class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
masterDetailMode | MasterDetailMode | A MasterDetailMode enumeration value that specifies a List View’s master-detail mode. WinForms, ASP.NET Web Forms, 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