DefaultListViewOptionsAttribute(MasterDetailMode) 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. |
See Also