LayoutViewOptionsView.PartialCardWrapThreshold Property
Gets or sets the threshold for partially displayed cards, in pixels.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(10)]
[XtraSerializableProperty]
public virtual int PartialCardWrapThreshold { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | An integer value that specifies the threshold for partially displayed cards, in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PartialCardWrapThreshold |
---|---|
LayoutView |
|
Remarks
Cards can be partially displayed when the LayoutViewOptionsView.CardArrangeRule property is set to LayoutCardArrangeRule.AllowPartialCards.
In this mode, cards are partially displayed if the View provides sufficient empty space at the right/bottom edge for them. The PartialCardWrapThreshold property determines this threshold. If the View’s empty space at the right/bottom edge is greater than or equal to the value of the PartialCardWrapThreshold property, a card will be partially displayed. If this space is less than the specified threshold, cards that can be potentially displayed partially will not be visible partially. An end-user will need to scroll the View to see these cards.