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

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.v18.2.dll

Declaration

[Obsolete("Use the Images property instead.")]
[Browsable(false)]
[DefaultValue(null)]
public virtual object CaptionImages { get; set; }

Property Value

Type Default Description
Object *null*

An object which represents the image source.

Remarks

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

See Also