Back to Devexpress

GroupControl.CaptionImageOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-6948963e.md

latest1.4 KB
Original Source

GroupControl.CaptionImageOptions Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public virtual GroupCaptionImageOptions CaptionImageOptions { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property CaptionImageOptions As GroupCaptionImageOptions

Property Value

TypeDescription
DevExpress.XtraEditors.GroupCaptionImageOptions

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

|

See Also

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace