Back to Devexpress

XtraTabControl.Images Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-6c268899.md

latest2.1 KB
Original Source

XtraTabControl.Images Property

Gets or sets the source of the images that can be displayed within page headers.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

A Object that is an image collection providing images for page headers.

|

Remarks

The Images property accepts the following image collections:

Use the XtraTabPage.ImageOptions property to associate images with page headers.

See Also

ImageOptions

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace