Skip to main content
.NET 6.0+

DefaultListViewOptionsAttribute(MasterDetailMode, Boolean, NewItemRowPosition) Constructor

Initializes a new instance of the DefaultListViewOptionsAttribute class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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, 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