Back to Devexpress

LayoutView.CardHorzInterval Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-b438a5a4.md

latest2.2 KB
Original Source

LayoutView.CardHorzInterval Property

Gets or sets the minimum horizontal interval between adjacent cards.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(2)]
[DXCategory("CardOptions")]
[XtraSerializableProperty]
public int CardHorzInterval { get; set; }
vb
<DefaultValue(2)>
<XtraSerializableProperty>
<DXCategory("CardOptions")>
Public Property CardHorzInterval As Integer

Property Value

TypeDefaultDescription
Int322

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

CardMinSize

CardVertInterval

CardArrangeRule

ViewMode

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace