Back to Devexpress

GroupControl.CaptionImagePadding Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-782a3a3a.md

latest1.8 KB
Original Source

GroupControl.CaptionImagePadding Property

Gets or sets the outer indents for the image within the group caption, in pixels. This property is obsolete. Use the CaptionImageOptions property instead.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Padding CaptionImagePadding { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
Public Property CaptionImagePadding As Padding

Property Value

TypeDescription
Padding

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

|

Remarks

To display an image in the group caption, use the GroupControl.CaptionImageOptions property.

See Also

CaptionImageOptions

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace