Back to Devexpress

IDocumentGroupDefaultProperties.ActualPageImagePosition Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-6545065b.md

latest3.8 KB
Original Source

IDocumentGroupDefaultProperties.ActualPageImagePosition Property

Gets or sets the actual alignment of images displayed in document tabs that belong to the current group.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TabPageImagePosition ActualPageImagePosition { get; }
vb
ReadOnly Property ActualPageImagePosition As TabPageImagePosition

Property Value

TypeDescription
TabPageImagePosition

The TabPageImagePosition value that is the actual alignment of images displayed in document tabs that belong to the current group.

|

Available values:

NameDescription
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.

|

Remarks

Use a View’s IDocumentGroupProperties.PageImagePosition property to specify the default alignment of images displayed in document tabs within all groups. This setting is applied to all document groups by default. The IDocumentGroupDefaultProperties.PageImagePosition property allows you to override the IDocumentGroupProperties.PageImagePosition setting for documents in the current document group. To override the default setting, set the IDocumentGroupDefaultProperties.PageImagePosition property to any TabPageImagePosition value except null.

The ActualPageImagePosition property returns the actual alignment of images displayed in documents’ tabs that belong to the current group, based on a View’s IDocumentGroupProperties.PageImagePosition and the current group’s IDocumentGroupDefaultProperties.PageImagePosition properties.

See Also

IDocumentGroupProperties.PageImagePosition

IDocumentGroupDefaultProperties.PageImagePosition

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace