Back to Devexpress

VGridOptionsRow.DblClickExpanding Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrow-74ff2a7a.md

latest1.9 KB
Original Source

VGridOptionsRow.DblClickExpanding Property

Gets or sets whether a parent row is expanded after its header has been double clicked.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool DblClickExpanding { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property DblClickExpanding As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow a parent row to be expanded by a double click on its header; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DblClickExpanding
BaseRow

.OptionsRow .DblClickExpanding

|

See Also

Expanded

VGridOptionsRow Class

VGridOptionsRow Members

DevExpress.XtraVerticalGrid.Rows Namespace