Skip to main content
A newer version of this page is available. .

XtraTabbedMdiManager.PageImagePosition Property

Gets or sets the alignment of the image displayed within the page header.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(TabPageImagePosition.Near)]
public virtual TabPageImagePosition PageImagePosition { get; set; }

Property Value

Type Default Description
TabPageImagePosition **Near**

A TabPageImagePosition enumeration member which specifies the image’s alignment.

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.

Remarks

Use the PageImagePosition property to specify the horizontal alignment of the images within the page headers. The page header’s text is not displayed if the PageImagePosition property is set to the TabPageImagePosition.Center value. If this property is set to the TabPageImagePosition.None value, the images are not displayed within page headers.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PageImagePosition property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also