Back to Devexpress

WinExplorerView.DetailTabHeaderLocation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-09488681.md

latest2.3 KB
Original Source

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.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override TabHeaderLocation DetailTabHeaderLocation { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property DetailTabHeaderLocation As TabHeaderLocation

Property Value

Type
TabHeaderLocation

Available values:

NameDescription
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

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace