MasterDetailPage

Namespace: WellFired.Guacamole.Pages

Inherits: WellFired.Guacamole.Pages.Page

Description

The master detail page is a typical MasterDetail page. It allows you to specify a LayoutableView for the Master and a layoutable view for the Detail. It’s important that the user is aware they need to change the Detail themselves. For this, you can call SetDetail. if you’re looking for a view that takes care of this for you, please use the less flexible but equaly as useful ListViewMasterDetailPage

Public Methods

  MasterDetailPage ( ILayoutable master, IView detail )
override void InvalidateRectRequest ( )

protected-func

void SetDetail ( ILayoutable layoutable )

Breakdown

  • override void InvalidateRectRequest ( )