ListDetailsViewState Enum
Definition
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- |