MasterBehavior 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.
Enumerates values that control how detail content is displayed in a master-detail page.
public enum MasterBehavior
type MasterBehavior =
- Inheritance
-
System.EnumMasterBehavior
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Details are displayed in the default way for the platform. |
SplitOnLandscape | 1 | Details are displayed in a split screen when the device is in landscape orientation. |
Split | 2 | Details are always displayed in a split screen. |
Popover | 3 | Details pop over the page. |
SplitOnPortrait | 4 | Details are displayed in a split screen when the device is in portrait orientation. |