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

TabbedGroup.CaptionImagePadding Property

Gets or sets default padding for images displayed in the page headers belonging to the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Padding CaptionImagePadding { get; set; }

Property Value

Type Description
DevExpress.XtraLayout.Utils.Padding

A Padding object that specifies default padding for images displayed in the page headers belonging to the current group.

Remarks

To specify images to be displayed in page headers, use the LayoutGroup.CaptionImage or LayoutGroup.CaptionImageIndex property. The CaptionImagePadding property specifies default image padding that will be applied to all page headers by default. To override padding for individual pages, use the LayoutGroup.CaptionImagePadding property.

See Also