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

NuGet Packages: DevExpress.Win.Navigation, 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