Back to Devexpress

LayoutControl.CaptionImages Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-10d3226a.md

latest1.8 KB
Original Source

LayoutControl.CaptionImages Property

OBSOLETE

Use the Images property instead.

Gets or sets a collection of images that can be displayed within layout group captions.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Images property instead.")]
public virtual object CaptionImages { get; set; }
vb
<Obsolete("Use the Images property instead.")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<DefaultValue(Nothing)>
Public Overridable Property CaptionImages As Object

Property Value

TypeDefaultDescription
Objectnull

An object which represents the image source.

|

Remarks

This property is obsolete. Please use the LayoutControl.Images property instead.

See Also

Images

CaptionImageOptions

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace