windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-dot-underscore-members.md
Provides detail customization options for Grid Views.
| Name | Description |
|---|---|
| GridOptionsDetail() | Creates a new instance of the GridOptionsDetail class. |
| 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 whether detail views are automatically maximized to occupy the entire grid control area when their 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. |
| Name | Description |
|---|---|
| Assign(BaseOptions) | Copies all settings from the options object passed as a parameter. |
| BeginUpdate() | Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions. |
| CancelUpdate() | Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions. |
| EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Resets all options to their default values. Inherited from BaseOptions. |
| ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
See Also