Skip to main content

RowProperties.Images Property

Gets the source of the images displayed within row headers.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public object Images { get; }

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