Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ListDetailsViewState Enum
Definition
- Namespace:
- Microsoft.Toolkit.Uwp.UI.Controls
- Assembly:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout.dll
- Package:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout v7.0.2
- Package:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout v7.1.2
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ListDetailsView state.
public enum ListDetailsViewState
type ListDetailsViewState =
Public Enum ListDetailsViewState
- Inheritance
-
ListDetailsViewState
Fields
| Name | Value | Description |
|---|---|---|
| List | 0 | Only the List view is shown- |
| Details | 1 | Only the Details view is shown- |
| Both | 2 | Both the List and Details views are shown- |
