Skip to main content

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 that specifies whether the detail views can be maximized to fit the entire grid control’s area. Set this property for a root master view only.
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 whether detail tooltips are displayed when the mouse pointer hovers over a master row’s expand button. 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. 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