WinExplorerView.DetailTabHeaderLocation Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override TabHeaderLocation DetailTabHeaderLocation { get; set; }
Property Value
| Type |
|---|
| TabHeaderLocation |
Available values:
| Name | Description |
|---|---|
| Left | The tab headers are located along the left side of the tab control.
|
| Right | The tab headers are located along the right side of the tab control.
|
| Top | The tab headers are located along the top of the tab control.
|
| Bottom | The tab headers are located along the bottom of the tab control.
|
See Also



