Skip to main content
A newer version of this page is available. .

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

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