Back to Devexpress

VGridControlBase.RowHeaderWidthChangeStep Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-26dcdfee.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(2)]
[XtraSerializableProperty]
public int RowHeaderWidthChangeStep { get; set; }
vb
<DefaultValue(2)>
<XtraSerializableProperty>
Public Property RowHeaderWidthChangeStep As Integer

Property Value

TypeDefaultDescription
Int322

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

RowHeaderWidth

RowHeaderMinWidth

RowHeaderWidthChanged

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace