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

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.v19.1.dll

Declaration

[Browsable(false)]
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.

XtraTabControl_TabHeaderLocation_Left

Right

The tab headers are located along the right side of the tab control.

XtraTabControl_TabHeaderLocation_Right

Top

The tab headers are located along the top of the tab control.

XtraTabControl_TabHeaderLocation_Top

Bottom

The tab headers are located along the bottom of the tab control.

XtraTabControl_TabHeaderLocation_Bottom

See Also