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

XtraTabControl.PageImagePosition Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.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.

See Also