Skip to main content

LayoutViewCard.ExpandOnDoubleClick Property

Gets or sets whether double-clicking on a card’s caption toggles the expansion state of the card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public override bool ExpandOnDoubleClick { get; set; }

Property Value

Type Description
Boolean

true if double-clicking on a card’s caption toggles the expansion state of the card; otherwise, false.

See Also