Back to Devexpress

GroupControl.Images Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-e7134e65.md

latest1.6 KB
Original Source

GroupControl.Images Property

Gets or sets a collection that stores GroupControl caption images.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

An Object that stores GroupControl caption images.

|

Remarks

To choose an image from the Images collection and use it as a GroupControl caption image, assign this image’s collection index to the CaptionImageOptions.ImageIndex property.

See Also

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace