Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabPage.ImagePadding Property

Use the XtraTabPage.ImageOptions property to specify padding for the image displayed in the page’s header.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Padding ImagePadding { get; set; }

#Property Value

Type Description
Padding

A System.Windows.Forms.Padding value that specifies padding for the image.

#Remarks

The image displayed in the page header can also be specified using the Image or ImageIndex option accessible in XtraTabPage.ImageOptions.

See Also