Back to Devexpress

RowProperties.Images Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-f50aa19d.md

latest1.6 KB
Original Source

RowProperties.Images Property

Gets the source of the images displayed within row headers.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public object Images { get; }
vb
<Browsable(False)>
Public ReadOnly Property Images As Object

Property Value

TypeDescription
Object

An object which represents the source of the images displayed within row headers.

|

Remarks

To specify the source for row header images, use the VGridControlBase.ImageList property.

See Also

ImageList

ImageOptions

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace