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

VGridCustomizationForm.RowItemWidth Property

Represents the width of row headers displayed on the Rows page of the Customization Form.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public int RowItemWidth { get; }

Property Value

Type Description
Int32

An integer value representing the width of row headers displayed on the Rows page of the Customization Form.

Remarks

The RowItemWidth property is mostly used internally. It specifies the width of row headers displayed on the Rows tabbed page of the Customization Form, this width is equal to the client width of the list box residing on the form’s Rows page.

If you enable end-users to resize the Customization Form, you can read this property to determine what width hidden rows will have on the Rows page of the Customization Form.

You may also use the VGridCustomizationForm.CategoryItemWidth property to obtain the width of category rows displayed on the form’s Categories tabbed page.

See Also