MasterDetailsViewState 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 MasterDetailsView state.
public enum MasterDetailsViewState
type MasterDetailsViewState =
Public Enum MasterDetailsViewState
- Inheritance
-
MasterDetailsViewState
Fields
Name | Value | Description |
---|---|---|
Master | 0 | Only the Master view is shown |
Details | 1 | Only the Details view is shown |
Both | 2 | Both the Master and Details views are shown |