Skip to main content

XtraTabPage.Images Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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