Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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