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

DefaultListViewOptionsAttribute(MasterDetailMode) Constructor

Initializes a new instance of the DefaultListViewOptionsAttribute class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DefaultListViewOptionsAttribute(
    MasterDetailMode masterDetailMode
)

Parameters

Name Type Description
masterDetailMode MasterDetailMode

A MasterDetailMode enumeration value which specifies a List View’s master-detail mode. This option is supported in WinForms and ASP.NET applications. This parameter value is assigned to the DefaultListViewOptionsAttribute.MasterDetailMode property.

See Also