Skip to main content

RowProperties.ImageOptions Property

Provides access to settings that allow you to set up raster and vector icons for this row item’s header.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v22.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public BaseRowImageOptions ImageOptions { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.Rows.BaseRowImageOptions

A DevExpress.XtraVerticalGrid.Rows.BaseRowImageOptions object that stores image-related options.

See Also