windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-4d9dce03.md
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
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsDetail OptionsDetail { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsDetail As GridOptionsDetail
| Type | Description |
|---|---|
| GridOptionsDetail |
A GridOptionsDetail object containing the View’s master-detail options.
|
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