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

TabFormPage.Images Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Object

The image collection assigned to the TabFormControlBase.Images property.

See Also