MasterBehavior Enum

Definition

Enumerates values that control how detail content is displayed in a master-detail page.

public enum MasterBehavior
type MasterBehavior = 
Inheritance
MasterBehavior

Fields

Default 0

Details are displayed in the default way for the platform.

Popover 3

Details pop over the page.

Split 2

Details are always displayed in a split screen.

SplitOnLandscape 1

Details are displayed in a split screen when the device is in landscape orientation.

SplitOnPortrait 4

Details are displayed in a split screen when the device is in portrait orientation.

Applies to