TabControlViewBase.HeaderLocation Property
Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Header |
One of the Header |
#Remarks
The Header Panel can be located in the following ways:
on the left side of the tab item
on the right side of the tab item
- at the bottom of the tab item
- at the top of the tab item
The HeaderLocation property enables you to specify the DXTabControl's visual representation. The control's appearance is defined by four templates: DXTabControl.LayoutBottomTemplate, DXTabControl.LayoutLeftTemplate, DXTabControl.LayoutRightTemplate and DXTabControl.LayoutTopTemplate. Each template corresponds to a particular location of the Header Panel. For instance, if the Panel is located on the right side of the control, the template specified by the DXTabControl.LayoutRightTemplate property is applied.