windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-6c268899.md
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
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property Images As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
A Object that is an image collection providing images for page headers.
|
The Images property accepts the following image collections:
Use the XtraTabPage.ImageOptions property to associate images with page headers.
See Also