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

LayoutView.CardHorzInterval Property

Gets or sets the minimum horizontal interval between adjacent cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(2)]
[XtraSerializableProperty]
[DXCategory("CardOptions")]
public int CardHorzInterval { get; set; }

Property Value

Type Default Description
Int32 2

An integer value that specifies the minimum horizontal interval between cards, in pixels.

Remarks

Use the LayoutViewOptionsView.CardArrangeRule property to specify whether only whole cards should be simultaneously displayed, or partially visible cards are also allowed. The LayoutViewOptionsView.ViewMode property specifies the layout or cards.

See Also