RowProperties.Images Property
In This Article
Gets the source of the images displayed within row headers.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
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