Skip to main content

Detail Section

The detail section represents a region that displays detail Views (clones) for a single master row. When a master row is expanded, the detail section is displayed and the first detail View is opened by default. Collapsing the master row hides the detail section.

 

VisualElems_MasterDetail_DetailSections

 

The following table lists the main properties affecting element appearance.

Appearance

The style of the detail section is determined by the style of the master row to which the section belongs.

The GridViewAppearances.Row property provides the default appearance settings used to paint all rows. The appearance for odd and even rows can be customized separately using GridViewAppearances.OddRow and GridViewAppearances.EvenRow properties.

Height

BaseView.DetailHeight

Vertical Indent

GridView.DetailVerticalIndent, GridOptionsDetail.ShowEmbeddedDetailIndent

Detail and Master View Scrolling

GridOptionsDetail.DetailMode

See Also