windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupproperties-30802fc2.md
Gets or sets the default alignment of images displayed in document tabs.
Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
TabPageImagePosition PageImagePosition { get; set; }
Property PageImagePosition As TabPageImagePosition
| Type | Description |
|---|---|
| TabPageImagePosition |
The TabPageImagePosition value that is the default alignment of images displayed in document tabs.
|
Available values:
| Name | Description |
|---|---|
| Near |
Images are positioned on the left side of page headers.
| | Far |
Images are positioned on the right side of page headers.
| | Center |
Images are centered within page headers and the header’s caption is hidden.
| | None |
The images are not displayed within page headers.
|
Use a View’s PageImagePosition property to specify the default alignment of images displayed in document tabs within all groups. The IDocumentGroupDefaultProperties.PageImagePosition property allows you to override the PageImagePosition setting for documents in an individual document group. To override the default setting, set the IDocumentGroupDefaultProperties.PageImagePosition property to any TabPageImagePosition value except null.
See Also
IDocumentGroupProperties Interface