Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CardView.CardInterval Property

Gets or sets the distance between neighboring cards.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[DefaultValue(10)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual int CardInterval { get; set; }

#Property Value

Type Default Description
Int32 10

An integer value representing the distance between cards in pixels.

#Remarks

The property also specifies the offset between cards and View edges. Please refer to the Card and Layout Views topic for details.

See Also