Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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