Back to Devexpress

DetailTabStyleEventArgs.Images Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-detailtabstyleeventargs-f9610445.md

latest2.0 KB
Original Source

DetailTabStyleEventArgs.Images Property

Gets or sets a collection of raster or vector images that can be displayed in the tab.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public object Images { get; set; }
vb
Public Property Images As Object

Property Value

TypeDescription
Object

An object that is a collection of images.

|

Remarks

You can use the following image collections:

See Also

DetailTabStyleEventArgs Class

DetailTabStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace