TabbedGroup.PageImagePosition Property
Gets or sets the alignment of images displayed within headers of pages that belong to the current group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(TabPageImagePosition.Near)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual TabPageImagePosition PageImagePosition { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TabPageImagePosition | Near | A TabPageImagePosition value that specifies the alignment of images displayed within headers of pages that belong to the current group. |
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
The images displayed within page headers can be specified via the LayoutGroup.CaptionImage or LayoutGroup.CaptionImageIndex property.