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

LayoutGroup.CaptionImagePadding Property

Gets or sets padding for the image displayed in the current group’s page header.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraLayout.Utils.Padding

A Padding value that specifies padding for the image displayed in the current group’s page header.

Remarks

An image can be displayed in the group’s header. To specify an image, use the LayoutGroup.CaptionImage or LayoutGroup.CaptionImageIndex property. The CaptionImagePadding property allows you to set padding for the image.

When a LayoutGroup object is displayed as a tab within a Tabbed Group, you can customize image padding for all tabs via the TabbedGroup.CaptionImagePadding property. Padding specified by the TabbedGroup.CaptionImagePadding property is not in effect for pages whose CaptionImagePadding property has been changed.

See Also