Skip to main content
A newer version of this page is available. .

GridOptionsDetail Properties

Provides detail customization options for Grid Views.
Name Description
AllowExpandEmptyDetails Gets or sets a value specifying whether master rows can be expanded when details have no data.
AllowOnlyOneMasterRowExpanded Gets or sets a value specifying whether several master rows can be expanded simultaneously.
AllowZoomDetail Gets or sets a value specifying whether the View’s immediate details can be maximized to fit the entire grid control’s area.
AutoZoomDetail Gets or sets a value specifying whether details are automatically maximized to fit the entire grid control’s area when corresponding master rows are expanded.
DetailMode Gets or sets whether detail Views are painted in Classic mode (master and detail Views have their own vertical scrollbars) or Embedded mode (a single vertical scrollbar is used throughout the grid control).
EnableDetailToolTip Gets or sets a value specifying whether detail tooltips are enabled for detail Views that are opened via the current master View. This option must be applied to a master View.
EnableMasterViewMode Gets or sets a value specifying whether the View’s details can be displayed.
ShowDetailTabs Gets or sets whether detail tabs are displayed in detail sections when master rows of the current master View are expanded. This option must be applied to a master View.
ShowEmbeddedDetailIndent Gets or sets whether vertical indents are enabled between detail Views and master Views in Embedded detail mode (see GridOptionsDetail.DetailMode).
SmartDetailExpand Gets or sets a value specifying whether the current master View is automatically scrolled when one of its detail Views at the first level is expanded, so all rows in that detail View will be displayed. This functionality is supported only when expanding first level detail Views.
SmartDetailExpandButton Obsolete. Gets or sets whether master-detail expand buttons are displayed grayed out when their associated detail rows don’t contain any data.
SmartDetailExpandButtonMode Gets or sets a value which specifies the manner in which master-detail expand buttons are painted.
SmartDetailHeight Reserved for future use.
See Also