GroupControl.CaptionImageOptions Property
Provides access to properties that affect this GroupControl‘s caption image.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
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