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

VGridCustomizationForm.CategoryItemWidth Property

Gets the width of category row headers displayed on the Categories page of the Customization Form.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

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

Property Value

Type Description
Int32

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

Remarks

The CategoryItemWidth property represents the width of category row headers displayed on the Categories tabbed page of the Customization Form, this width is equal to the list box’s client width.

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

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

See Also