Back to Devexpress

GridView.OptionsDetail Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-4d9dce03.md

latest2.1 KB
Original Source

GridView.OptionsDetail Property

Provides access to the View’s master-detail options.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsDetail OptionsDetail { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsDetail As GridOptionsDetail

Property Value

TypeDescription
GridOptionsDetail

A GridOptionsDetail object containing the View’s master-detail options.

|

Remarks

The object returned provides a set of Boolean properties specifying the current functionality available in master-detail mode. Please refer to the GridOptionsDetail class description for a list of available options and their descriptions.

See Also

DetailHeight

DetailTabHeaderLocation

SynchronizeClones

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace