Back to Devexpress

RowProperties.ImageOptions Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-ce5adabc.md

latest1.4 KB
Original Source

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

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

Declaration

csharp
public BaseRowImageOptions ImageOptions { get; }
vb
Public ReadOnly Property ImageOptions As BaseRowImageOptions

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.Rows.BaseRowImageOptions

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

|

See Also

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace