Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#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