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.v24.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