IDocumentGroupProperties.HeaderOrientation Property
Gets or sets the value that specifies the header orientation for document groups.
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 HeaderOrientation property to specify the header orientation for document groups. This setting is applied to all document groups by default. The IDocumentGroupDefaultProperties.HeaderOrientation property allows you to override the HeaderOrientation property for an individual document group. To override the default setting, set the IDocumentGroupDefaultProperties.HeaderOrientation property to any TabOrientation value except Default.