Skip to main content

AccordionControlElementBase.Images Property

Returns the image collection assigned to the AccordionControl.Images property.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public object Images { get; }

Property Value

Type Description
Object

The image collection assigned to the AccordionControl.Images property.

See Also