windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-7c6898eb.md
Gets or sets whether end-users can resize row headers.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ResizeRowHeaders { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ResizeRowHeaders As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true to allow end-users to resize row headers; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ResizeRowHeaders |
|---|---|
| VGridControlBase |
.OptionsBehavior .ResizeRowHeaders
|
If the ResizeRowHeaders property is set to true , end-users can change:
See Also