IDocumentGroupDefaultProperties.HeaderOrientation Property
Gets or sets the value that specifies the header orientation for the current document group.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
TabOrientation HeaderOrientation { get; set; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
Available values:
Name | Description |
---|---|
Default | The default behavior determined by controls. For an Xtra For a Tabbed |
Horizontal | The tab headers are horizontally oriented. |
Vertical | The tab headers are vertically oriented. |
#Remarks
Use a View’s IDocumentGroupProperties.HeaderOrientation property to specify the header orientation for document groups. This setting is applied to all document groups by default. The HeaderOrientation property allows you to override the IDocumentGroupProperties.HeaderOrientation property for an individual document group. To override the default setting, set the HeaderOrientation property to any TabOrientation value except Default.