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

XtraTabPage.Images Property

Gets the source of images which provides images for tab pages.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Object

An Object which provides images for tab pages.

Remarks

This property returns the source of images which is assigned to the tab control’s XtraTabControl.Images property.

See Also