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

GroupControl.CaptionImageOptions Property

Provides access to properties that affect this GroupControl‘s caption image.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public virtual GroupCaptionImageOptions CaptionImageOptions { get; }

Property Value

Type Description
DevExpress.XtraEditors.GroupCaptionImageOptions

A DevExpress.XtraEditors.GroupCaptionImageOptions object that stores properties that affect this GroupControl‘s caption image.

See Also