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

GridOptionsDetail Members

Provides detail customization options for Grid Views.

Constructors

Name Description
GridOptionsDetail() Creates a new instance of the GridOptionsDetail class.

Properties

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.

Methods

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