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

LayoutViewOptionsCarouselMode.InterpolationMode Property

Gets or sets the interpolation mode used to render background cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(InterpolationMode.Default)]
[XtraSerializableProperty]
public InterpolationMode InterpolationMode { get; set; }

Property Value

Type Default Description
InterpolationMode **Default**

A System.Drawing.Drawing2D value that specifies the interpolation mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to InterpolationMode
LayoutView
.OptionsCarouselMode.InterpolationMode

Remarks

If the LayoutView’s performance is not good enough, consider reducing the interpolation quality via the InterpolationMode property.

See Also