LayoutView.CardVertInterval Property
Gets or sets the minimum vertical interval between adjacent cards displayed.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(2)]
[DXCategory("CardOptions")]
[XtraSerializableProperty]
public int CardVertInterval { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 2 | An integer value that specifies the minimum vertical 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