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

RowProperties.GetActualImageWidth() Method

Returns the actual width of the image displayed in the row item’s header.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public int GetActualImageWidth()

Returns

Type Description
Int32

An integer value that specifies the image width.

See Also