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

VGridControlBase.RowHeaderWidthChangeStep Property

Gets or sets a value by which the VGridControlBase.RowHeaderWidth property changes when using CTRL + LEFT or CTRL + RIGHT key combinations.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[DefaultValue(2)]
[XtraSerializableProperty]
public int RowHeaderWidthChangeStep { get; set; }

Property Value

Type Default Description
Int32 2

An integer value that specifies the number of pixels by which the width of row headers changes.

Remarks

To enlarge the width of row headers use the CTRL + RIGHT key combination. Alternatively, to decrease the width, use the CTRL + LEFT key combination.

End-users cannot change the width of row headers if the grid’s VGridOptionsBehavior.ResizeRowHeaders property is set to false.

See Also